Skip to content

Commit 01dd623

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.1.0...v4.6.0) - [github.com/pre-commit/pygrep-hooks: v1.9.0 → v1.10.0](pre-commit/pygrep-hooks@v1.9.0...v1.10.0) - [github.com/pycqa/isort: 5.11.5 → 5.13.2](PyCQA/isort@5.11.5...5.13.2) - [github.com/psf/black: 22.3.0 → 24.4.2](psf/black@22.3.0...24.4.2) - [github.com/pre-commit/mirrors-prettier: v2.7.1 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.7.1...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v3.16.0](asottile/pyupgrade@e695ecd...v3.16.0) - [github.com/fsfe/reuse-tool: v0.14.0 → v4.0.3](fsfe/reuse-tool@v0.14.0...v4.0.3)
1 parent 30fb83d commit 01dd623

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ default_language_version:
1111
node: 17.9.0
1212
repos:
1313
- repo: "https://github.com/pre-commit/pre-commit-hooks"
14-
rev: v4.1.0
14+
rev: v4.6.0
1515
hooks:
1616
- id: check-ast
1717
- id: check-docstring-first
@@ -25,21 +25,21 @@ repos:
2525
args:
2626
- "--markdown-linebreak-ext=md"
2727
- repo: "https://github.com/pre-commit/pygrep-hooks"
28-
rev: v1.9.0
28+
rev: v1.10.0
2929
hooks:
3030
- id: python-check-blanket-noqa
3131
- id: python-check-blanket-type-ignore
3232
- id: python-use-type-annotations
3333
- repo: "https://github.com/pycqa/isort"
34-
rev: 5.11.5
34+
rev: 5.13.2
3535
hooks:
3636
- id: isort
3737
- repo: "https://github.com/psf/black"
38-
rev: 22.3.0
38+
rev: 24.4.2
3939
hooks:
4040
- id: black
4141
- repo: "https://github.com/pre-commit/mirrors-prettier"
42-
rev: v2.7.1
42+
rev: v4.0.0-alpha.8
4343
hooks:
4444
- id: prettier
4545
exclude_types:
@@ -48,13 +48,13 @@ repos:
4848
- "prettier"
4949
5050
- repo: "https://github.com/asottile/pyupgrade"
51-
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
51+
rev: v3.16.0
5252
hooks:
5353
- id: pyupgrade
5454
args:
5555
- "--py36-plus"
5656
- repo: "https://github.com/fsfe/reuse-tool"
57-
rev: v0.14.0
57+
rev: v4.0.3
5858
hooks:
5959
- id: reuse
6060
additional_dependencies:

0 commit comments

Comments
 (0)