Skip to content

Commit 6d3f12e

Browse files
authored
Merge pull request #2640 from Trusted-AI/dependabot/pip/pylint-3.3.7
Bump pylint from 3.2.6 to 3.3.7
2 parents bc54526 + 7fe55e7 commit 6d3f12e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jax[cpu]==0.4.30
5555
pytest~=8.3.2
5656
pytest-mock~=3.14.1
5757
pytest-cov~=6.1.1
58-
pylint==3.2.6
58+
pylint==3.3.7
5959
mypy==1.11.1
6060
pycodestyle==2.12.1
6161
black==25.1.0

0 commit comments

Comments
 (0)