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 564c095 + 85da047 commit e4af8c8Copy full SHA for e4af8c8
.pre-commit-config.yaml
@@ -3,7 +3,7 @@ ci:
3
autoupdate_schedule: 'quarterly'
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.6.0
+ rev: v5.0.0
7
hooks:
8
- id: check-added-large-files
9
- id: check-docstring-first
@@ -15,7 +15,7 @@ repos:
15
- id: trailing-whitespace
16
exclude_types: [svg]
17
- repo: https://github.com/pycqa/flake8
18
- rev: 7.1.0
+ rev: 7.1.1
19
20
- id: flake8
21
additional_dependencies: [flake8-force]
@@ -30,7 +30,7 @@ repos:
30
31
- id: yamllint
32
- repo: https://github.com/python-jsonschema/check-jsonschema
33
- rev: 0.28.6
+ rev: 0.29.3
34
35
- id: check-jsonschema
36
files: ^packages/.*\.yml$
0 commit comments