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 Feb 8, 2025
1 parent 206b39f commit 9ffaf62
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.5
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 @@ -9,5 +9,5 @@ black~=25.1 # Aligned with .pre-commit-config.yaml
build
mypy~=1.14
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~=25.1 ruff~=0.8.0 && ^
pip install --upgrade black~=25.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 @@ -45,7 +45,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 9ffaf62

Please sign in to comment.