Skip to content

Commit 0b6402e

Browse files
Merge pull request #65 from Matgenix/update/pre-commit-autoupdate
Auto-update pre-commit hooks
2 parents 423f6f4 + 084885b commit 0b6402e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,24 +3,24 @@ default_language_version:
33
exclude: ^(tests/testfiles/)
44
repos:
55
- repo: https://github.com/charliermarsh/ruff-pre-commit
6-
rev: v0.6.5
6+
rev: v0.6.9
77
hooks:
88
- id: ruff
99
args: [--fix]
1010
- repo: https://github.com/pre-commit/pre-commit-hooks
11-
rev: v4.6.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-yaml
1414
- id: fix-encoding-pragma
1515
args: [--remove]
1616
- id: end-of-file-fixer
1717
- id: trailing-whitespace
1818
- repo: https://github.com/psf/black
19-
rev: 24.8.0
19+
rev: 24.10.0
2020
hooks:
2121
- id: black
2222
- repo: https://github.com/asottile/blacken-docs
23-
rev: 1.18.0
23+
rev: 1.19.0
2424
hooks:
2525
- id: blacken-docs
2626
additional_dependencies: [black]

0 commit comments

Comments
 (0)