mirror of
https://github.com/qurator-spk/dinglehopper.git
synced 2025-06-08 11:20:26 +02:00
🚧 GitHub Actions: Do no try installing pytest-ruff on Python 3.6
This commit is contained in:
parent
ad7f42c23e
commit
c74fd10ac8
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mypy
|
pytest-mypy
|
||||||
pytest-ruff
|
pytest-ruff ; python_version >= "3.7"
|
||||||
black
|
black
|
||||||
ruff
|
ruff
|
||||||
pre-commit
|
pre-commit
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue