Skip to content

Commit d7f0e0f

Browse files
update pre-commit hooks (#530)
Co-authored-by: farmio <[email protected]>
1 parent c5311f8 commit d7f0e0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
---
22
repos:
33
- repo: https://github.com/codespell-project/codespell
4-
rev: v2.3.0
4+
rev: v2.4.1
55
hooks:
66
- id: codespell
77
additional_dependencies:
88
- tomli
99
exclude_types: [csv, json]
1010
- repo: https://github.com/charliermarsh/ruff-pre-commit
1111
# Ruff version.
12-
rev: 'v0.9.1'
12+
rev: 'v0.9.6'
1313
hooks:
1414
- id: ruff
1515
# in CI it is directly run by tox to allow dependency upgrade checks

0 commit comments

Comments
 (0)