Skip to content

Commit cd1070a

Browse files
authored
chore: update pre-commit (#1058)
* chore: update pre-commit * use proper pre-commit
1 parent 86f4d48 commit cd1070a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
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.6.9
4+
rev: v0.7.2
55
hooks:
66
# Run the linter.
77
- id: ruff

Pipfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ verify_ssl = true
66
[dev-packages]
77
httpretty = "~=1.1"
88
mock = "~=5.1"
9-
pre-commit = "~=2.21"
9+
pre-commit = "~=3.5"
1010
pytest = "~=8.3"
1111
pytest-cov = "~=5.0"
1212
python-dateutil = "~=2.9"

0 commit comments

Comments
 (0)