Skip to content

Commit b10dd90

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.0) - [github.com/pycqa/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.28.1 → 0.28.6](python-jsonschema/check-jsonschema@0.28.1...0.28.6)
1 parent 4e78329 commit b10dd90

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ci:
33
autoupdate_schedule: 'quarterly'
44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v4.5.0
6+
rev: v4.6.0
77
hooks:
88
- id: check-added-large-files
99
- id: check-docstring-first
@@ -15,12 +15,12 @@ repos:
1515
- id: trailing-whitespace
1616
exclude_types: [svg]
1717
- repo: https://github.com/pycqa/flake8
18-
rev: 7.0.0
18+
rev: 7.1.0
1919
hooks:
2020
- id: flake8
2121
additional_dependencies: [flake8-force]
2222
- repo: https://github.com/codespell-project/codespell
23-
rev: v2.2.6
23+
rev: v2.3.0
2424
hooks:
2525
- id: codespell
2626
files: ^.*\.(py|c|cpp|h|m|md|rst|yml)$
@@ -30,7 +30,7 @@ repos:
3030
hooks:
3131
- id: yamllint
3232
- repo: https://github.com/python-jsonschema/check-jsonschema
33-
rev: 0.28.1
33+
rev: 0.28.6
3434
hooks:
3535
- id: check-jsonschema
3636
files: ^packages/.*\.yml$

0 commit comments

Comments
 (0)