Skip to content

Commit 96ad9ff

Browse files
committed
Update pre-commit to match the version of ruff used in CI
1 parent 5f3f7c7 commit 96ad9ff

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ repos:
2222
- id: actionlint-docker
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
2424
# Ruff version.
25-
rev: v0.3.0
25+
rev: v0.9.10
2626
hooks:
2727
# Run the linter.
2828
- id: ruff

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ ignore = [
113113
"PLW2901",
114114
"RET503",
115115
"RUF015",
116-
"ANN101",
116+
"A005",
117+
"TC001",
117118
]
118119

119120
[tool.ruff.lint.pydocstyle]

uv.lock

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)