Skip to content

Commit 729afce

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.1.0...v5.0.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.10.0](psf/black@22.3.0...24.10.0) - [github.com/pre-commit/mirrors-prettier: v2.6.2 → v4.0.0-alpha.8](pre-commit/mirrors-prettier@v2.6.2...v4.0.0-alpha.8) - [github.com/asottile/pyupgrade: e695ecd365119ab4e5463f6e49bea5f4b7ca786b → v3.19.1](asottile/pyupgrade@e695ecd...v3.19.1) - [github.com/fsfe/reuse-tool: v0.14.0 → v5.0.2](fsfe/reuse-tool@v0.14.0...v5.0.2)
1 parent 8e78900 commit 729afce

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
@@ -8,7 +8,7 @@ default_language_version:
88
node: 17.9.0
99
repos:
1010
- repo: "https://github.com/pre-commit/pre-commit-hooks"
11-
rev: v4.1.0
11+
rev: v5.0.0
1212
hooks:
1313
- id: check-ast
1414
- id: check-docstring-first
@@ -22,21 +22,21 @@ repos:
2222
args:
2323
- "--markdown-linebreak-ext=md"
2424
- repo: "https://github.com/pre-commit/pygrep-hooks"
25-
rev: v1.9.0
25+
rev: v1.10.0
2626
hooks:
2727
- id: python-check-blanket-noqa
2828
- id: python-check-blanket-type-ignore
2929
- id: python-use-type-annotations
3030
- repo: "https://github.com/pycqa/isort"
31-
rev: 5.11.5
31+
rev: 5.13.2
3232
hooks:
3333
- id: isort
3434
- repo: "https://github.com/psf/black"
35-
rev: 22.3.0
35+
rev: 24.10.0
3636
hooks:
3737
- id: black
3838
- repo: "https://github.com/pre-commit/mirrors-prettier"
39-
rev: v2.6.2
39+
rev: v4.0.0-alpha.8
4040
hooks:
4141
- id: prettier
4242
exclude_types:
@@ -45,14 +45,14 @@ repos:
4545
- "prettier"
4646
- "prettier-plugin-toml@0.3.1"
4747
- repo: "https://github.com/asottile/pyupgrade"
48-
rev: e695ecd365119ab4e5463f6e49bea5f4b7ca786b
48+
rev: v3.19.1
4949
# fix to v2.31.0, v2.32.0 requires python >= 3.7
5050
hooks:
5151
- id: pyupgrade
5252
args:
5353
- "--py36-plus"
5454
- repo: "https://github.com/fsfe/reuse-tool"
55-
rev: v0.14.0
55+
rev: v5.0.2
5656
hooks:
5757
- id: reuse
5858
additional_dependencies:

0 commit comments

Comments
 (0)