We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 13e822e commit ead296aCopy full SHA for ead296a
.github/workflows/test.yml
@@ -40,6 +40,7 @@ jobs:
40
python -m pip install --editable=.[test,develop]
41
42
- name: Check code style
43
+ if: matrix.python-version != '3.6' && matrix.python-version != 'pypy-3.6'
44
run: |
45
poe check-style
46
setup.cfg
@@ -88,7 +88,7 @@ develop =
88
build<1
89
poethepoet<1
90
pip-review<2 # Use `pip-review --local --interactive` to upgrade outdated packages.
91
- ruff
+ ruff;python_version>='3.7'
92
93
94
[options.packages.find]
0 commit comments