🛠 Replace flake8 + pylint with ruff
As ruff is a lot faster than the other options, use this for code style checks etc. This change also removes setup.cfg (See also: gh-85).pull/90/head
parent
e8e58e76c4
commit
32bd1896e0
@ -1,5 +1,6 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-flake8
|
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mypy
|
pytest-mypy
|
||||||
|
pytest-ruff
|
||||||
black
|
black
|
||||||
|
ruff
|
||||||
|
Loading…
Reference in New Issue