Skip to content

Commit

Permalink
build: pin ruff version
Browse files Browse the repository at this point in the history
  • Loading branch information
eginhard committed Nov 28, 2024
1 parent fd86b3d commit 1622db2
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 @@ -11,7 +11,7 @@ repos:
- id: end-of-file-fixer
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.7.2
rev: v0.8.0
hooks:
- id: ruff
- id: ruff-format
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ dev = [
"pre-commit>=4.0.1",
"pytest>=8.3.3",
"reuse>=4.0.3",
"ruff>=0.7.2",
"ruff==0.8.0",
]

[tool.ruff.lint]
Expand Down

0 comments on commit 1622db2

Please sign in to comment.