Skip to content

Commit 88f7918

Browse files
authored
Merge pull request #2571 from Trusted-AI/dependabot/pip/ruff-0.9.3
Bump ruff from 0.5.5 to 0.9.3
2 parents fc535ef + 0fea864 commit 88f7918

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
@@ -39,7 +39,7 @@ jobs:
3939
- name: Install Dependencies
4040
run: |
4141
python -m pip install --upgrade pip setuptools wheel
42-
pip install -q pylint==3.2.6 mypy==1.11.1 pycodestyle==2.12.0 black==24.4.2 ruff==0.5.5
42+
pip install -r requirements_test.txt
4343
pip install -q -r <(sed '/^numpy/d;/^tensorflow/d;/^keras/d' requirements_test.txt)
4444
pip install numpy==1.22.4
4545
pip install tensorflow==2.13.1

requirements_test.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ pylint==3.2.6
5858
mypy==1.11.1
5959
pycodestyle==2.12.1
6060
black==24.8.0
61-
ruff==0.5.5
61+
ruff==0.9.3
6262
types-six==1.16.21.9
6363
types-PyYAML==6.0.12.20240917
6464
types-setuptools==71.1.0.20240726

0 commit comments

Comments
 (0)