Skip to content

Commit bfa87c2

Browse files
[pre-commit.ci] pre-commit autoupdate
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/isort: 6.0.0 → 7.0.0](PyCQA/isort@6.0.0...7.0.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 25.1.0 → 25.11.0](psf/black-pre-commit-mirror@25.1.0...25.11.0) - [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/asottile/pyupgrade: v3.19.1 → v3.21.1](asottile/pyupgrade@v3.19.1...v3.21.1) - [github.com/PyCQA/flake8: 7.1.2 → 7.3.0](PyCQA/flake8@7.1.2...7.3.0) - [github.com/rhysd/actionlint: v1.7.7 → v1.7.8](rhysd/actionlint@v1.7.7...v1.7.8) - [github.com/sirosen/check-jsonschema: 0.31.2 → 0.35.0](python-jsonschema/check-jsonschema@0.31.2...0.35.0)
1 parent bcb8ed9 commit bfa87c2

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: 'v5.0.0'
3+
rev: 'v6.0.0'
44
hooks:
55
- id: check-merge-conflict
66
exclude: "rst$"
@@ -9,16 +9,16 @@ repos:
99
hooks:
1010
- id: yesqa
1111
- repo: https://github.com/PyCQA/isort
12-
rev: '6.0.0'
12+
rev: '7.0.0'
1313
hooks:
1414
- id: isort
15-
- repo: https://github.com/psf/black
16-
rev: '25.1.0'
15+
- repo: https://github.com/psf/black-pre-commit-mirror
16+
rev: '25.11.0'
1717
hooks:
1818
- id: black
1919
language_version: python3 # Should be a command that runs python3.6+
2020
- repo: https://github.com/pre-commit/pre-commit-hooks
21-
rev: 'v5.0.0'
21+
rev: 'v6.0.0'
2222
hooks:
2323
- id: check-case-conflict
2424
- id: check-json
@@ -31,17 +31,17 @@ repos:
3131
- id: check-symlinks
3232
- id: debug-statements
3333
- repo: https://github.com/asottile/pyupgrade
34-
rev: 'v3.19.1'
34+
rev: 'v3.21.1'
3535
hooks:
3636
- id: pyupgrade
3737
args: ['--py36-plus']
3838
- repo: https://github.com/PyCQA/flake8
39-
rev: '7.1.2'
39+
rev: '7.3.0'
4040
hooks:
4141
- id: flake8
4242
exclude: "^docs/"
4343
- repo: https://github.com/rhysd/actionlint
44-
rev: v1.7.7
44+
rev: v1.7.8
4545
hooks:
4646
- id: actionlint-docker
4747
args:
@@ -52,7 +52,7 @@ repos:
5252
- -ignore
5353
- 'SC1004:'
5454
- repo: https://github.com/sirosen/check-jsonschema
55-
rev: 0.31.2
55+
rev: 0.35.0
5656
hooks:
5757
- id: check-github-actions
5858
ci:

0 commit comments

Comments
 (0)