Skip to content

Commit cc69b22

Browse files
committed
Update ruff
1 parent 9e094e3 commit cc69b22

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.6.0
3+
rev: v5.0.0
44
hooks:
55
- id: check-merge-conflict
66
- id: debug-statements
@@ -9,7 +9,7 @@ repos:
99
- id: check-yaml
1010
- id: check-json
1111
- repo: https://github.com/astral-sh/ruff-pre-commit
12-
rev: v0.8.0
12+
rev: v0.9.9
1313
hooks:
1414
- id: ruff
1515
- id: ruff-format

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ responses = "^0.13.0"
3030
sphinx = "^3.5.2"
3131
sphinx-autobuild = "^2021.3.14"
3232
coverage = "^7"
33-
ruff = ">=0.8.0"
33+
ruff = ">=0.9.9"
3434
pytest-ruff = "^0.3.2"
3535

3636
[build-system]

0 commit comments

Comments
 (0)