mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-09 20:00:01 +02:00
🛠 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).
This commit is contained in:
parent
e8e58e76c4
commit
32bd1896e0
4 changed files with 8 additions and 11 deletions
|
@ -32,6 +32,6 @@ pytest --cov=dinglehopper --cov-report=html
|
|||
|
||||
Static code analysis:
|
||||
```bash
|
||||
pytest -k "not test" --flake8
|
||||
pytest -k "not test" --mypy
|
||||
pytest -k "not test" --ruff
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue