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 53391b4 commit f2d2ffbCopy full SHA for f2d2ffb
.pre-commit-config.yaml
@@ -14,7 +14,7 @@ repos:
14
- id: trailing-whitespace
15
16
- repo: https://github.com/python-jsonschema/check-jsonschema
17
- rev: 0.28.6
+ rev: 0.29.2
18
hooks:
19
- id: check-github-workflows
20
@@ -24,17 +24,17 @@ repos:
24
- id: actionlint
25
26
- repo: https://github.com/tox-dev/pyproject-fmt
27
- rev: 2.1.3
+ rev: 2.2.3
28
29
- id: pyproject-fmt
30
31
- repo: https://github.com/abravalheri/validate-pyproject
32
- rev: v0.18
+ rev: v0.19
33
34
- id: validate-pyproject
35
36
- repo: https://github.com/tox-dev/tox-ini-fmt
37
- rev: 1.3.1
+ rev: 1.4.0
38
39
- id: tox-ini-fmt
40
0 commit comments