Skip to content

Commit a80272f

Browse files
committed
pre-commit autoupdate
1 parent a6c1ac1 commit a80272f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repos:
1111
- id: check-case-conflict
1212
- id: check-yaml
1313
- repo: https://github.com/astral-sh/ruff-pre-commit
14-
rev: v0.9.5
14+
rev: v0.9.9
1515
hooks:
1616
# Run the linter.
1717
- id: ruff
@@ -29,6 +29,6 @@ repos:
2929
- pytest
3030
- types-PyYAML
3131
- repo: https://github.com/astral-sh/uv-pre-commit
32-
rev: '0.5.29'
32+
rev: '0.6.3'
3333
hooks:
3434
- id: uv-lock

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ line-length = 88
5151

5252
[tool.ruff.lint]
5353
ignore = [
54-
"E501", # line-too-long (black should handle)
54+
"E501", # line-too-long
5555
]
5656
select = [
5757
"B", # flake8-bugbear

0 commit comments

Comments
 (0)