Skip to content

Commit 7676199

Browse files
[pre-commit.ci] pre-commit autoupdate (#985)
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/pycqa/flake8: 7.2.0 → 7.3.0](PyCQA/flake8@7.2.0...7.3.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.3](python-jsonschema/check-jsonschema@0.33.0...0.33.3) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7394a82 commit 7676199

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# pre-commit autoupdate
55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v5.0.0
7+
rev: v6.0.0
88
hooks:
99
# standard end of line/end of file cleanup
1010
- id: mixed-line-ending
@@ -28,7 +28,7 @@ repos:
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pycqa/flake8
31-
rev: 7.2.0
31+
rev: 7.3.0
3232
hooks:
3333
- id: flake8
3434
- repo: https://github.com/codespell-project/codespell
@@ -37,7 +37,7 @@ repos:
3737
- id: codespell
3838
args: [--write]
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.33.0
40+
rev: 0.33.3
4141
hooks:
4242
- id: check-github-workflows
4343
- repo: meta

0 commit comments

Comments
 (0)