We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 788eb0c commit fd8f092Copy full SHA for fd8f092
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.13
+ rev: v0.12.2
4
hooks:
5
- id: ruff
6
- id: ruff-format
requirements-dev.txt
@@ -8,7 +8,7 @@ pytest-mock==3.14.0
8
pytest-xdist==3.6.1
9
pytest==8.4.1
10
requests-mock==1.12.1
11
-ruff==0.11.13
+ruff==0.12.2
12
testfixtures==8.3.0
13
14
# Build and publish requirements
0 commit comments