Skip to content

Commit 891fc57

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 23.12.1 → 25.9.0](psf/black-pre-commit-mirror@23.12.1...25.9.0) - [github.com/PyCQA/isort: 5.13.2 → 6.1.0](PyCQA/isort@5.13.2...6.1.0) - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.5.0...v6.0.0) - [github.com/sirosen/check-jsonschema: 0.27.3 → 0.34.0](python-jsonschema/check-jsonschema@0.27.3...0.34.0)
1 parent 4915fc8 commit 891fc57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,21 @@ ci:
22
autoupdate_schedule: monthly
33

44
repos:
5-
- repo: https://github.com/psf/black
6-
rev: 23.12.1 # Replace by any tag/version: https://github.com/psf/black/tags
5+
- repo: https://github.com/psf/black-pre-commit-mirror
6+
rev: 25.9.0 # Replace by any tag/version: https://github.com/psf/black/tags
77
hooks:
88
- id: black
99
language_version: python3 # Should be a command that runs python3.6+
1010

1111
- repo: https://github.com/PyCQA/isort
12-
rev: 5.13.2
12+
rev: 6.1.0
1313
hooks:
1414
- id: isort
1515
files: \.py$
1616
args: [--profile=black]
1717

1818
- repo: https://github.com/pre-commit/pre-commit-hooks
19-
rev: v4.5.0
19+
rev: v6.0.0
2020
hooks:
2121
- id: end-of-file-fixer
2222
- id: check-case-conflict
@@ -32,7 +32,7 @@ repos:
3232
- id: trailing-whitespace
3333

3434
- repo: https://github.com/sirosen/check-jsonschema
35-
rev: 0.27.3
35+
rev: 0.34.0
3636
hooks:
3737
- id: check-jsonschema
3838
name: "Check GitHub Workflows"

0 commit comments

Comments
 (0)