We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2098168 commit b3b7bc2Copy full SHA for b3b7bc2
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.11.10
+ rev: v0.14.3
4
hooks:
5
- id: ruff
6
args:
requirements_tests.txt
@@ -8,7 +8,7 @@ pytest-asyncio==0.25.2
8
pytest-cov==7.0.0
9
pytest-timeout==2.4.0
10
pytest==8.4.2
11
-ruff==0.14.2
+ruff==0.14.3
12
time-machine==2.19.0
13
types-docker==7.1.0.20251009
14
types-pyyaml==6.0.12.20250915
0 commit comments