🚧 GitHub Actions: Do no try installing ruff on Python 3.6
parent
c74fd10ac8
commit
aa7c9c5c5f
@ -1,7 +1,8 @@
|
|||||||
pytest
|
pytest
|
||||||
pytest-cov
|
pytest-cov
|
||||||
pytest-mypy
|
pytest-mypy
|
||||||
pytest-ruff ; python_version >= "3.7"
|
|
||||||
black
|
black
|
||||||
ruff
|
|
||||||
pre-commit
|
pre-commit
|
||||||
|
|
||||||
|
ruff ; python_version >= "3.7"
|
||||||
|
pytest-ruff ; python_version >= "3.7"
|
||||||
|
Loading…
Reference in New Issue