Skip to content

Commit

Permalink
chore: dump ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa committed Nov 29, 2024
1 parent dd8ef74 commit e4f06ab
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.7.2
rev: v0.8.1
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 @@ -10,7 +10,7 @@ pre-commit = "~=3.5"
pytest = "~=8.3"
pytest-cov = "~=5.0"
python-dateutil = "~=2.9"
ruff = "~=0.7.4"
ruff = "~=0.8.1"
tox = "~=4.23"
types-python-dateutil = "~=2.9"

Expand Down

0 comments on commit e4f06ab

Please sign in to comment.