Skip to content

Commit 7fe55e7

Browse files
committed
Fix dependencies
Signed-off-by: Beat Buesser <[email protected]>
1 parent 6a5631e commit 7fe55e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-style-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: pycodestyle --ignore=C0330,C0415,E203,E231,W503 --max-line-length=120 art
5050
- name: pylint
5151
if: ${{ always() }}
52-
run: pylint --fail-under=9.67 art/
52+
run: pylint --fail-under=9.6 art/
5353
- name: mypy
5454
if: ${{ always() }}
5555
run: mypy art

0 commit comments

Comments
 (0)