Skip to content

Commit abb8078

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pycqa/flake8: 6.1.0 → 7.0.0](PyCQA/flake8@6.1.0...7.0.0) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [github.com/python-jsonschema/check-jsonschema: 0.27.3 → 0.28.1](python-jsonschema/check-jsonschema@0.27.3...0.28.1)
1 parent 27d3f33 commit abb8078

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: trailing-whitespace
1616
exclude_types: [svg]
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 6.1.0
18+
rev: 7.0.0
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-force]
@@ -26,11 +26,11 @@ repos:
2626
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
2727
args: ["--ignore-words", "ci/codespell-ignore-words.txt"]
2828
- repo: https://github.com/adrienverge/yamllint
29-
rev: v1.33.0
29+
rev: v1.35.1
3030
hooks:
3131
- id: yamllint
3232
- repo: https://github.com/python-jsonschema/check-jsonschema
33-
rev: 0.27.3
33+
rev: 0.28.1
3434
hooks:
3535
- id: check-jsonschema
3636
files: ^packages/.*\.yml$

0 commit comments

Comments
 (0)