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 dd8ef74 commit e4f06abCopy full SHA for e4f06ab
.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.7.2
+ rev: v0.8.1
5
hooks:
6
# Run the linter.
7
- id: ruff
Pipfile
@@ -10,7 +10,7 @@ pre-commit = "~=3.5"
10
pytest = "~=8.3"
11
pytest-cov = "~=5.0"
12
python-dateutil = "~=2.9"
13
-ruff = "~=0.7.4"
+ruff = "~=0.8.1"
14
tox = "~=4.23"
15
types-python-dateutil = "~=2.9"
16
0 commit comments