We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0869e67 commit 8d9f4cfCopy full SHA for 8d9f4cf
.pre-commit-config.yaml
@@ -14,12 +14,12 @@ repos:
14
args: ["--schemafile", "tests/example-files/config_schema.json"]
15
files: ^tests/example-files/.*/_config.yaml$
16
- repo: https://github.com/pre-commit/pre-commit-hooks.git
17
- rev: v4.6.0
+ rev: v5.0.0
18
hooks:
19
- id: check-merge-conflict
20
- id: trailing-whitespace
21
- repo: https://github.com/psf/black-pre-commit-mirror
22
- rev: 24.8.0
+ rev: 24.10.0
23
24
- id: black
25
- repo: https://github.com/PyCQA/flake8
0 commit comments