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