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.
2 parents c97daa1 + cd1070a commit d2214b3Copy full SHA for d2214b3
.pre-commit-config.yaml
@@ -1,7 +1,7 @@
1
repos:
2
- repo: https://github.com/astral-sh/ruff-pre-commit
3
# Ruff version.
4
- rev: v0.6.9
+ rev: v0.7.2
5
hooks:
6
# Run the linter.
7
- id: ruff
Pipfile
@@ -6,11 +6,11 @@ verify_ssl = true
[dev-packages]
httpretty = "~=1.1"
8
mock = "~=5.1"
9
-pre-commit = "~=2.21"
+pre-commit = "~=3.5"
10
pytest = "~=8.3"
11
pytest-cov = "~=5.0"
12
python-dateutil = "~=2.9"
13
-ruff = "~=0.7.0"
+ruff = "~=0.7.2"
14
tox = "~=4.23"
15
types-python-dateutil = "~=2.9"
16
0 commit comments