Skip to content

Commit

Permalink
chore: update pre-commit
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 5, 2024
1 parent 86f4d48 commit b05f38b
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
@@ -1,7 +1,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
rev: v0.7.2
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ verify_ssl = true
[dev-packages]
httpretty = "~=1.1"
mock = "~=5.1"
pre-commit = "~=2.21"
pre-commit = "~=4.0"
pytest = "~=8.3"
pytest-cov = "~=5.0"
python-dateutil = "~=2.9"
Expand Down

0 comments on commit b05f38b

Please sign in to comment.