Skip to content

Commit 8d9f4cf

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/psf/black-pre-commit-mirror: 24.8.0 → 24.10.0](psf/black-pre-commit-mirror@24.8.0...24.10.0)
1 parent 0869e67 commit 8d9f4cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ repos:
1414
args: ["--schemafile", "tests/example-files/config_schema.json"]
1515
files: ^tests/example-files/.*/_config.yaml$
1616
- repo: https://github.com/pre-commit/pre-commit-hooks.git
17-
rev: v4.6.0
17+
rev: v5.0.0
1818
hooks:
1919
- id: check-merge-conflict
2020
- id: trailing-whitespace
2121
- repo: https://github.com/psf/black-pre-commit-mirror
22-
rev: 24.8.0
22+
rev: 24.10.0
2323
hooks:
2424
- id: black
2525
- repo: https://github.com/PyCQA/flake8

0 commit comments

Comments
 (0)