Skip to content

Commit 2bfba47

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.5.0...v5.0.0) - [github.com/codespell-project/codespell: v2.2.6 → v2.3.0](codespell-project/codespell@v2.2.6...v2.3.0) - [github.com/adrienverge/yamllint: v1.33.0 → v1.35.1](adrienverge/yamllint@v1.33.0...v1.35.1) - [github.com/asottile/setup-cfg-fmt: v2.5.0 → v2.7.0](asottile/setup-cfg-fmt@v2.5.0...v2.7.0) - [github.com/asottile/reorder-python-imports: v3.12.0 → v3.14.0](asottile/reorder-python-imports@v3.12.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.18.0](asottile/pyupgrade@v3.15.0...v3.18.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.12.1](pre-commit/mirrors-mypy@v1.8.0...v1.12.1) - [github.com/psf/black: 24.1.1 → 24.10.0](psf/black@24.1.1...24.10.0) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.1](PyCQA/flake8@7.0.0...7.1.1)
1 parent 5ade65a commit 2bfba47

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.pre-commit-config.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ default_language_version:
44

55
repos:
66
- repo: https://github.com/pre-commit/pre-commit-hooks
7-
rev: v4.5.0
7+
rev: v5.0.0
88
hooks:
99
# General
1010
- 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.2.6
38+
rev: v2.3.0
3939
hooks:
4040
- id: codespell
4141
args: [--ignore-words, .meta/codespell-ignores]
@@ -45,13 +45,13 @@ repos:
4545
- id: prettier
4646
args: [--config, .meta/prettierrc.yml]
4747
- repo: https://github.com/adrienverge/yamllint
48-
rev: v1.33.0
48+
rev: v1.35.1
4949
hooks:
5050
- id: yamllint
5151
args: [-c, .meta/yamllint.yaml]
5252
# Python
5353
- repo: https://github.com/asottile/setup-cfg-fmt
54-
rev: v2.5.0
54+
rev: v2.7.0
5555
hooks:
5656
- id: setup-cfg-fmt
5757
- repo: https://github.com/pre-commit/pygrep-hooks
@@ -62,7 +62,7 @@ repos:
6262
- id: python-use-type-annotations
6363
- id: python-no-log-warn
6464
- repo: https://github.com/asottile/reorder-python-imports
65-
rev: v3.12.0
65+
rev: v3.14.0
6666
hooks:
6767
- id: reorder-python-imports
6868
args: [--py36-plus]
@@ -72,7 +72,7 @@ repos:
7272
- id: add-trailing-comma
7373
args: [--py36-plus]
7474
- repo: https://github.com/asottile/pyupgrade
75-
rev: v3.15.0
75+
rev: v3.18.0
7676
hooks:
7777
- id: pyupgrade
7878
args: [--py36-plus]
@@ -82,17 +82,17 @@ repos:
8282
- id: yesqa
8383
additional_dependencies: [pep8-naming]
8484
- repo: https://github.com/pre-commit/mirrors-mypy
85-
rev: v1.8.0
85+
rev: v1.12.1
8686
hooks:
8787
- id: mypy
8888
args: [--config-file, .meta/mypy.ini]
8989
- repo: https://github.com/psf/black
90-
rev: "24.1.1"
90+
rev: "24.10.0"
9191
hooks:
9292
- id: black
9393
language_version: python38
9494
- repo: https://github.com/PyCQA/flake8
95-
rev: 7.0.0
95+
rev: 7.1.1
9696
hooks:
9797
- id: flake8
9898
additional_dependencies:

0 commit comments

Comments
 (0)