Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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:
# Ruff for linting and formatting
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.16 # Keep in sync ruff version with pyproject.toml
rev: v0.15.22 # Keep in sync ruff version with pyproject.toml
hooks:
# Run the linter
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ quality = [
# Keep in sync mypy version with .pre-commit-config.yaml
"mypy==2.1.0",
# Keep in sync ruff version with .pre-commit-config.yaml
"ruff==0.15.16",
"ruff==0.15.22",
# Keep in sync zizmor version with .pre-commit-config.yaml
"zizmor==1.27.0"
]
Expand Down
40 changes: 20 additions & 20 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading