Skip to content

Commit a04219f

Browse files
authored
⬆️ Update Ruff to latest (#53)
1 parent 51db858 commit a04219f

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
@@ -14,7 +14,7 @@ repos:
1414
- id: end-of-file-fixer
1515
- id: trailing-whitespace
1616
- repo: https://github.com/astral-sh/ruff-pre-commit
17-
rev: v0.5.5
17+
rev: v0.12.0
1818
hooks:
1919
- id: ruff
2020
args:

requirements-tests.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
pytest >=4.4.0,<9.0.0
44
coverage[toml] >=6.2,<8.0
55
mypy ==1.14.1
6-
ruff ==0.11.8
6+
ruff ==0.12.0
77
respx ==0.22.0

0 commit comments

Comments
 (0)