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 9d4a05b commit 08f9c21Copy full SHA for 08f9c21
.pre-commit-config.yaml
@@ -1,6 +1,6 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
- rev: v0.6.4
+ rev: v0.6.5
4
hooks:
5
# Run the linter.
6
- id: ruff
requirements-dev.txt
@@ -7,5 +7,5 @@ pytest-datadir==1.5.0
7
pytest-mock==3.14.0
8
pytest==8.3.2
9
requests-mock==1.11.0
10
-ruff==0.6.4
+ruff==0.6.5
11
testfixtures==8.3.0
0 commit comments