Skip to content

Commit 505106f

Browse files
[pre-commit.ci] pre-commit autoupdate (#996)
updates: - [github.com/psf/black-pre-commit-mirror: 25.12.0 → 26.1.0](psf/black-pre-commit-mirror@25.12.0...26.1.0) - [github.com/python-jsonschema/check-jsonschema: 0.36.0 → 0.36.1](python-jsonschema/check-jsonschema@0.36.0...0.36.1) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1cccd86 commit 505106f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
hooks:
2525
- id: isort
2626
- repo: https://github.com/psf/black-pre-commit-mirror
27-
rev: 25.12.0
27+
rev: 26.1.0
2828
hooks:
2929
- id: black
3030
- repo: https://github.com/pycqa/flake8
@@ -37,7 +37,7 @@ repos:
3737
- id: codespell
3838
args: [--write]
3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.36.0
40+
rev: 0.36.1
4141
hooks:
4242
- id: check-github-workflows
4343
- repo: meta

0 commit comments

Comments
 (0)