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 c1426f6 commit d806553Copy full SHA for d806553
.github/workflows/code-quality.yml
@@ -10,7 +10,7 @@ jobs:
10
with:
11
python-version: 3.x
12
- run: pip install --upgrade pip
13
- - run: pip install black<23 pylint==v3.0.0a3 mypy==v0.950 types-setuptools returns<1
+ - run: pip install "black<23" pylint==v3.0.0a3 mypy==v0.950 types-setuptools "returns<1"
14
- run: black --diff --check $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')
15
- run: pylint --disable=all --enable=unused-import $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')
16
- run: mypy --strict $(git ls-files -- '*.py' ':!:tests/*' ':!:docs/*' ':!:examples/*')
0 commit comments