Skip to content

Commit db8e284

Browse files
committed
build: Update to latest ruff version
1 parent 990f4be commit db8e284

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ repos:
88
- id: check-docstring-first
99
- id: debug-statements
1010
- repo: https://github.com/astral-sh/ruff-pre-commit
11-
rev: v0.13.3
11+
rev: v0.14.0
1212
hooks:
1313
- id: ruff
1414
args: [--fix, --exit-non-zero-on-fix]

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ dev = [
1919
"pytest>=8.4.2,<9.0.0",
2020
"pytest-cov>=7.0.0,<8",
2121
"tox>=4.30.3,<5.0",
22-
"ruff>=0.13.3,<0.14.0",
22+
"ruff>=0.14.0,<0.15.0",
2323
"pyright>=1.1.406,<1.2",
24-
"fastapi>=0.118.0,<1.0.0", # for compatibility testing
24+
"fastapi>=0.118.0,<1.0.0", # for compatibility testing
2525
"anyio>=4.11.0,<5.0.0",
2626
"httpx>=0.28.1,<0.29.0",
2727
"trio>=0.31.0,<0.32.0",

0 commit comments

Comments
 (0)