Skip to content

Commit 075f253

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v6.0.0](pre-commit/pre-commit-hooks@v4.6.0...v6.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.2](codespell-project/codespell@v2.3.0...v2.4.2) - [github.com/adrienverge/yamllint: v1.35.1 → v1.38.0](adrienverge/yamllint@v1.35.1...v1.38.0) - [github.com/shellcheck-py/shellcheck-py: v0.10.0.1 → v0.11.0.1](shellcheck-py/shellcheck-py@v0.10.0.1...v0.11.0.1) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.16.0](asottile/reorder-python-imports@v3.13.0...v3.16.0) - [github.com/asottile/add-trailing-comma: v3.1.0 → v4.0.0](asottile/add-trailing-comma@v3.1.0...v4.0.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.21.2](asottile/pyupgrade@v3.16.0...v3.21.2) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v2.1.0](pre-commit/mirrors-mypy@v1.10.1...v2.1.0) - https://github.com/psf/blackhttps://github.com/psf/black-pre-commit-mirror - [github.com/psf/black-pre-commit-mirror: 24.4.2 → 26.5.0](psf/black-pre-commit-mirror@24.4.2...26.5.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.3.0](PyCQA/flake8@7.1.0...7.3.0)
1 parent a386944 commit 075f253

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

.pre-commit-config.yaml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ default_language_version:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: "v4.6.0"
10+
rev: "v6.0.0"
1111
hooks:
1212
# General
1313
- id: check-added-large-files
@@ -35,7 +35,7 @@ repos:
3535
- id: check-hooks-apply
3636
- id: check-useless-excludes
3737
- repo: https://github.com/codespell-project/codespell
38-
rev: "v2.3.0"
38+
rev: "v2.4.2"
3939
hooks:
4040
- id: codespell
4141
args:
@@ -53,13 +53,13 @@ repos:
5353
- id: prettier
5454
args: [--config, .meta/prettierrc.yml]
5555
- repo: https://github.com/adrienverge/yamllint
56-
rev: "v1.35.1"
56+
rev: "v1.38.0"
5757
hooks:
5858
- id: yamllint
5959
args: [-c, .meta/yamllint.yaml]
6060
# Shell
6161
- repo: https://github.com/shellcheck-py/shellcheck-py
62-
rev: "v0.10.0.1"
62+
rev: "v0.11.0.1"
6363
hooks:
6464
- id: shellcheck
6565
# Python
@@ -75,17 +75,17 @@ repos:
7575
- id: python-use-type-annotations
7676
- id: python-no-log-warn
7777
- repo: https://github.com/asottile/reorder-python-imports
78-
rev: "v3.13.0"
78+
rev: "v3.16.0"
7979
hooks:
8080
- id: reorder-python-imports
8181
args: [--py36-plus]
8282
- repo: https://github.com/asottile/add-trailing-comma
83-
rev: "v3.1.0"
83+
rev: "v4.0.0"
8484
hooks:
8585
- id: add-trailing-comma
8686
args: [--py36-plus]
8787
- repo: https://github.com/asottile/pyupgrade
88-
rev: "v3.16.0"
88+
rev: "v3.21.2"
8989
hooks:
9090
- id: pyupgrade
9191
args: [--py36-plus]
@@ -95,17 +95,17 @@ repos:
9595
- id: yesqa
9696
additional_dependencies: [pep8-naming]
9797
- repo: https://github.com/pre-commit/mirrors-mypy
98-
rev: "v1.10.1"
98+
rev: "v2.1.0"
9999
hooks:
100100
- id: mypy
101101
args: [--config-file, .meta/mypy.ini]
102-
- repo: https://github.com/psf/black
103-
rev: "24.4.2"
102+
- repo: https://github.com/psf/black-pre-commit-mirror
103+
rev: "26.5.0"
104104
hooks:
105105
- id: black
106106
language_version: python38
107107
- repo: https://github.com/PyCQA/flake8
108-
rev: "7.1.0"
108+
rev: "7.3.0"
109109
hooks:
110110
- id: flake8
111111
additional_dependencies:

0 commit comments

Comments
 (0)