Skip to content

Commit 327290c

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 → 6.0.1](PyCQA/isort@5.11.5...6.0.1) - [github.com/psf/black: 22.3.0 → 25.1.0](psf/black@22.3.0...25.1.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.20.0](asottile/pyupgrade@e695ecd...v3.20.0) - [github.com/codespell-project/codespell: v2.2.4 → v2.4.1](codespell-project/codespell@v2.2.4...v2.4.1) - [github.com/fsfe/reuse-tool: v0.14.0 → v5.0.2](fsfe/reuse-tool@v0.14.0...v5.0.2)
1 parent b8f015c commit 327290c

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.pre-commit-config.yaml

Lines changed: 8 additions & 8 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: 6.0.1
3232
hooks:
3333
- id: isort
3434
- repo: "https://github.com/psf/black"
35-
rev: 22.3.0
35+
rev: 25.1.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.20.0
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/codespell-project/codespell
55-
rev: v2.2.4
55+
rev: v2.4.1
5656
hooks:
5757
- id: codespell
5858
args: [
@@ -70,7 +70,7 @@ repos:
7070
additional_dependencies:
7171
- tomli
7272
- repo: "https://github.com/fsfe/reuse-tool"
73-
rev: v0.14.0
73+
rev: v5.0.2
7474
hooks:
7575
- id: reuse
7676
additional_dependencies:

0 commit comments

Comments
 (0)