Skip to content

Commit f882644

Browse files
Merge pull request #232 from Doist/renovate/ruff-0.x
2 parents ca49b00 + c4d0560 commit f882644

3 files changed

Lines changed: 24 additions & 24 deletions

File tree

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: check-shebang-scripts-are-executable
1818

1919
- repo: https://github.com/astral-sh/ruff-pre-commit
20-
rev: v0.11.2
20+
rev: v0.15.5
2121
hooks:
2222
# Run the linter
2323
- id: ruff

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ dev = [
3131
"tox>=4.15.1,<5",
3232
"tox-uv>=1.25.0,<2",
3333
"mypy~=1.11",
34-
"ruff>=0.11.0,<0.12",
34+
"ruff>=0.15.5,<0.16",
3535
"respx>=0.22.0,<0.23",
3636
]
3737

uv.lock

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

0 commit comments

Comments
 (0)