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 4ce967e commit 3d42950Copy full SHA for 3d42950
.pre-commit-config.yaml
@@ -13,7 +13,7 @@ repos:
13
language_version: python3.9
14
15
- repo: https://github.com/pycqa/flake8
16
- rev: 7.1.2
+ rev: 7.2.0
17
hooks:
18
- id: flake8
19
args:
@@ -44,12 +44,12 @@ repos:
44
45
- id: pyproject-fmt
46
- repo: https://github.com/abravalheri/validate-pyproject
47
- rev: v0.23
+ rev: v0.24.1
48
49
- id: validate-pyproject
50
51
- repo: https://github.com/adrienverge/yamllint
52
- rev: v1.35.1
+ rev: v1.37.0
53
54
- id: yamllint
55
0 commit comments