Skip to content

Commit e8ea1aa

Browse files
committed
update ruff
1 parent 978df14 commit e8ea1aa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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.6.8
12+
rev: v0.8.0
1313
hooks:
1414
- id: ruff
1515
- id: ruff-format

pyproject.toml

Lines changed: 1 addition & 1 deletion
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.6.3"
33+
ruff = ">=0.8.0"
3434
pytest-ruff = "^0.3.2"
3535

3636
[build-system]

0 commit comments

Comments
 (0)