We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6c1ac1 commit a80272fCopy full SHA for a80272f
.pre-commit-config.yaml
@@ -11,7 +11,7 @@ repos:
11
- id: check-case-conflict
12
- id: check-yaml
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: v0.9.5
+ rev: v0.9.9
15
hooks:
16
# Run the linter.
17
- id: ruff
@@ -29,6 +29,6 @@ repos:
29
- pytest
30
- types-PyYAML
31
- repo: https://github.com/astral-sh/uv-pre-commit
32
- rev: '0.5.29'
+ rev: '0.6.3'
33
34
- id: uv-lock
pyproject.toml
@@ -51,7 +51,7 @@ line-length = 88
51
52
[tool.ruff.lint]
53
ignore = [
54
- "E501", # line-too-long (black should handle)
+ "E501", # line-too-long
55
]
56
select = [
57
"B", # flake8-bugbear
0 commit comments