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.
2 parents 4d65020 + 37bc395 commit 9ead572Copy full SHA for 9ead572
.pre-commit-config.yaml
@@ -15,12 +15,12 @@ repos:
15
- id: trailing-whitespace
16
exclude_types: [svg]
17
- repo: https://github.com/pycqa/flake8
18
- rev: 6.0.0
+ rev: 6.1.0
19
hooks:
20
- id: flake8
21
additional_dependencies: [flake8-force]
22
- repo: https://github.com/codespell-project/codespell
23
- rev: v2.2.5
+ rev: v2.2.6
24
25
- id: codespell
26
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
@@ -30,7 +30,7 @@ repos:
30
31
- id: yamllint
32
- repo: https://github.com/python-jsonschema/check-jsonschema
33
- rev: 0.23.2
+ rev: 0.27.0
34
35
- id: check-jsonschema
36
files: ^packages/.*\.yml$
0 commit comments