Skip to content

Commit

Permalink
chore: upgrade Ruff to version 0.9
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienGrv committed Jan 26, 2025
1 parent 40a7615 commit 5697fdd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ repos:
hooks:
- id: black
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.3
hooks:
- id: ruff
args: [--fix]
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@
black~=24.1 # Aligned with .pre-commit-config.yaml
build
pre-commit
ruff~=0.8.0 # Aligned with .pre-commit-config.yaml
ruff~=0.9.0 # Aligned with .pre-commit-config.yaml
tox
2 changes: 1 addition & 1 deletion run_black_and_ruff.bat
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
pip install --upgrade black~=24.1 ruff~=0.8.0 && ^
pip install --upgrade black~=24.1 ruff~=0.9.0 && ^
black --config pyproject.toml . asammdf.spec && ^
ruff check --fix
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ commands =

[testenv:ruff]
deps =
ruff~=0.8.0 # Aligned with .pre-commit-config.yaml
ruff~=0.9.0 # Aligned with .pre-commit-config.yaml
skip_install = true
commands =
ruff check
Expand Down

0 comments on commit 5697fdd

Please sign in to comment.