Skip to content

Commit

Permalink
Update ruff to 0.7.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
declaresub committed Oct 24, 2024
1 parent 2bd2fc3 commit a7dbd5f
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 @@ -12,7 +12,7 @@ repos:
- id: check-ast
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.6.9
rev: v0.7.1
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ pre-commit
pyright[nodejs]==1.1.383
pytest
pytest-cov
ruff==0.6.9
ruff==0.7.1
setuptools_scm
tox>=4
twine
Expand Down

0 comments on commit a7dbd5f

Please sign in to comment.