Skip to content

Commit 428802c

Browse files
committed
Upgrade Ruff
1 parent efb717d commit 428802c

File tree

3 files changed

+527
-506
lines changed

3 files changed

+527
-506
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: mypy
1616
additional_dependencies: ["types-PyYAML"]
1717
- repo: https://github.com/astral-sh/ruff-pre-commit
18-
rev: v0.6.5
18+
rev: v0.8.2
1919
hooks:
2020
# Run the linter.
2121
- id: ruff

requirements-dev.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ pyqt5-stubs==5.15.6.0
4040
# via -r requirements-dev.in
4141
pyyaml==6.0.2
4242
# via pre-commit
43-
ruff==0.6.7
43+
ruff==0.8.2
4444
# via -r requirements-dev.in
4545
tomli==2.0.1 ; python_full_version < '3.11'
4646
# via

0 commit comments

Comments
 (0)