Skip to content

Commit e4f06ab

Browse files
committed
chore: dump ruff
1 parent dd8ef74 commit e4f06ab

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
33
# Ruff version.
4-
rev: v0.7.2
4+
rev: v0.8.1
55
hooks:
66
# Run the linter.
77
- id: ruff

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pre-commit = "~=3.5"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"
13-
ruff = "~=0.7.4"
13+
ruff = "~=0.8.1"
1414
tox = "~=4.23"
1515
types-python-dateutil = "~=2.9"
1616

0 commit comments

Comments
 (0)