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 d75efb0 commit 43981b5Copy full SHA for 43981b5
.pre-commit-config.yaml
@@ -16,7 +16,7 @@ repos:
16
- id: check-merge-conflict
17
- id: check-added-large-files
18
- repo: https://github.com/psf/black
19
- rev: 23.12.1
+ rev: 24.1.1
20
hooks:
21
- id: black
22
args: [--config=pyproject.toml]
@@ -40,7 +40,7 @@ repos:
40
41
- id: autoflake
42
- repo: https://github.com/pycqa/flake8
43
- rev: 6.1.0
+ rev: 7.0.0
44
45
- id: flake8
46
entry: pflake8
@@ -57,7 +57,7 @@ repos:
57
58
- id: yamllint
59
- repo: https://github.com/igorshubovych/markdownlint-cli
60
- rev: v0.38.0
+ rev: v0.39.0
61
62
- id: markdownlint-fix
63
- id: markdownlint
0 commit comments