Skip to content

Commit 1463b3d

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 24.10.0 → 25.1.0](psf/black-pre-commit-mirror@24.10.0...25.1.0) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](PyCQA/isort@5.13.2...6.0.1) - [github.com/PyCQA/flake8: 7.1.1 → 7.2.0](PyCQA/flake8@7.1.1...7.2.0) - [github.com/python-jsonschema/check-jsonschema: 0.30.0 → 0.32.1](python-jsonschema/check-jsonschema@0.30.0...0.32.1) - [github.com/rhysd/actionlint: v1.7.6 → v1.7.7](rhysd/actionlint@v1.7.6...v1.7.7) - [github.com/rbubley/mirrors-prettier: v3.4.2 → v3.5.3](rbubley/mirrors-prettier@v3.4.2...v3.5.3)
1 parent 9a3f1a8 commit 1463b3d

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@ repos:
66
args: [--py39-plus]
77

88
- repo: https://github.com/psf/black-pre-commit-mirror
9-
rev: 24.10.0
9+
rev: 25.1.0
1010
hooks:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/isort
14-
rev: 5.13.2
14+
rev: 6.0.1
1515
hooks:
1616
- id: isort
1717
args: [--add-import=from __future__ import annotations]
1818

1919
- repo: https://github.com/PyCQA/flake8
20-
rev: 7.1.1
20+
rev: 7.2.0
2121
hooks:
2222
- id: flake8
2323
additional_dependencies:
@@ -43,17 +43,17 @@ repos:
4343
- id: trailing-whitespace
4444

4545
- repo: https://github.com/python-jsonschema/check-jsonschema
46-
rev: 0.30.0
46+
rev: 0.32.1
4747
hooks:
4848
- id: check-github-workflows
4949

5050
- repo: https://github.com/rhysd/actionlint
51-
rev: v1.7.6
51+
rev: v1.7.7
5252
hooks:
5353
- id: actionlint
5454

5555
- repo: https://github.com/rbubley/mirrors-prettier
56-
rev: v3.4.2
56+
rev: v3.5.3
5757
hooks:
5858
- id: prettier
5959
args: [--prose-wrap=always, --print-width=88]

0 commit comments

Comments
 (0)