Skip to content

Commit 0de0e28

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.2](python-jsonschema/check-jsonschema@0.36.0...0.36.2) - [github.com/pycqa/isort: 7.0.0 → 8.0.0](PyCQA/isort@7.0.0...8.0.0) - [github.com/PyCQA/autoflake: v2.3.1 → v2.3.3](PyCQA/autoflake@v2.3.1...v2.3.3) - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0)
1 parent c0d5b78 commit 0de0e28

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
- id: python-check-mock-methods
1616
- id: python-check-blanket-type-ignore
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.36.0
18+
rev: 0.36.2
1919
hooks:
2020
- id: check-github-workflows
2121
- id: check-dependabot
@@ -25,15 +25,15 @@ repos:
2525
- id: prettier
2626
types_or: [markdown, yaml]
2727
- repo: https://github.com/pycqa/isort
28-
rev: 7.0.0
28+
rev: 8.0.0
2929
hooks:
3030
- id: isort
3131
- repo: https://github.com/PyCQA/autoflake
32-
rev: v2.3.1
32+
rev: v2.3.3
3333
hooks:
3434
- id: autoflake
3535
- repo: https://github.com/psf/black-pre-commit-mirror
36-
rev: 25.12.0
36+
rev: 26.1.0
3737
hooks:
3838
- id: black
3939
- repo: https://github.com/asottile/pyupgrade

0 commit comments

Comments
 (0)