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 6a5631e commit 7fe55e7Copy full SHA for 7fe55e7
.github/workflows/ci-style-checks.yml
@@ -49,7 +49,7 @@ jobs:
49
run: pycodestyle --ignore=C0330,C0415,E203,E231,W503 --max-line-length=120 art
50
- name: pylint
51
if: ${{ always() }}
52
- run: pylint --fail-under=9.67 art/
+ run: pylint --fail-under=9.6 art/
53
- name: mypy
54
55
run: mypy art
0 commit comments