Skip to content

Commit

Permalink
bumped to ruff v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Nov 23, 2024
1 parent e5a0f5a commit fd42b9d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ repos:
- id: python-check-blanket-noqa
- id: python-use-type-annotations
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.1
rev: v0.8.0
hooks:
- id: ruff
args: [ --fix ]
Expand Down
2 changes: 1 addition & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
mypy==1.13.0
pre-commit==4.0.1
pytest==8.3.3
ruff==0.7.3
ruff==0.8.0
types-Pillow==10.2.0.20240822
types-PyYAML==6.0.12.20240917
types-requests==2.32.0.20241016
Expand Down

0 comments on commit fd42b9d

Please sign in to comment.