Qiskit / rustworkx

A high performance Python graph library implemented in Rust.
https://www.rustworkx.org
Apache License 2.0
1.05k stars 146 forks source link

Improve ergonomics of `tox` lint jobs #1084

Closed jakelishman closed 7 months ago

jakelishman commented 7 months ago

This fixes the lint job for tox>=4, which uses whitelist_externals is removed in favour of allowlist_externals. This also makes the lint and black runs skip installation of the package, which makes them much faster to use while making changes, and these are static analysis tools, so don't need to install.

coveralls commented 7 months ago

Pull Request Test Coverage Report for Build 7844408343


Totals Coverage Status
Change from base Build 7833941903: 0.0%
Covered Lines: 16740
Relevant Lines: 17335

💛 - Coveralls