Skip to content

Commit 45de560

Browse files
[pre-commit.ci] pre-commit autoupdate (#68)
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/psf/black-pre-commit-mirror: 25.1.0 → 25.9.0](psf/black-pre-commit-mirror@25.1.0...25.9.0) - [github.com/pycqa/isort: 6.0.1 → 6.1.0](PyCQA/isort@6.0.1...6.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.34.0](python-jsonschema/check-jsonschema@0.33.2...0.34.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 4529935 commit 45de560

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
@@ -13,7 +13,7 @@ repos:
1313
- id: "check-useless-excludes"
1414

1515
- repo: "https://github.com/pre-commit/pre-commit-hooks"
16-
rev: "v5.0.0"
16+
rev: "v6.0.0"
1717
hooks:
1818
- id: "check-added-large-files"
1919
- id: "check-merge-conflict"
@@ -33,12 +33,12 @@ repos:
3333
- "--py39-plus"
3434

3535
- repo: "https://github.com/psf/black-pre-commit-mirror"
36-
rev: "25.1.0"
36+
rev: "25.9.0"
3737
hooks:
3838
- id: "black"
3939

4040
- repo: "https://github.com/pycqa/isort"
41-
rev: "6.0.1"
41+
rev: "6.1.0"
4242
hooks:
4343
- id: "isort"
4444

@@ -50,7 +50,7 @@ repos:
5050
- "flake8-bugbear==24.8.19"
5151

5252
- repo: "https://github.com/python-jsonschema/check-jsonschema"
53-
rev: "0.33.2"
53+
rev: "0.34.0"
5454
hooks:
5555
- id: "check-dependabot"
5656
- id: "check-github-workflows"

0 commit comments

Comments
 (0)