Skip to content

Commit 041c52a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.5.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.5.0...v4.6.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/reorder-python-imports: v3.12.0 → v3.13.0](asottile/reorder-python-imports@v3.12.0...v3.13.0) - [github.com/asottile/pyupgrade: v3.15.0 → v3.16.0](asottile/pyupgrade@v3.15.0...v3.16.0) - [github.com/pre-commit/mirrors-mypy: v1.8.0 → v1.10.0](pre-commit/mirrors-mypy@v1.8.0...v1.10.0) - [github.com/psf/black: 24.1.1 → 24.4.2](psf/black@24.1.1...24.4.2) - [github.com/PyCQA/flake8: 7.0.0 → 7.1.0](PyCQA/flake8@7.0.0...7.1.0)
1 parent 61aaf13 commit 041c52a

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
@@ -7,7 +7,7 @@ default_language_version:
77

88
repos:
99
- repo: https://github.com/pre-commit/pre-commit-hooks
10-
rev: "v4.5.0"
10+
rev: "v4.6.0"
1111
hooks:
1212
# General
1313
- id: check-added-large-files
@@ -38,7 +38,7 @@ repos:
3838
- id: check-hooks-apply
3939
- id: check-useless-excludes
4040
- repo: https://github.com/codespell-project/codespell
41-
rev: "v2.2.6"
41+
rev: "v2.3.0"
4242
hooks:
4343
- id: codespell
4444
args: [--ignore-words, .meta/codespell-ignores]
@@ -48,7 +48,7 @@ repos:
4848
- id: prettier
4949
args: [--config, .meta/prettierrc.yml]
5050
- repo: https://github.com/adrienverge/yamllint
51-
rev: "v1.33.0"
51+
rev: "v1.35.1"
5252
hooks:
5353
- id: yamllint
5454
args: [-c, .meta/yamllint.yaml]
@@ -65,7 +65,7 @@ repos:
6565
- id: python-use-type-annotations
6666
- id: python-no-log-warn
6767
- repo: https://github.com/asottile/reorder-python-imports
68-
rev: "v3.12.0"
68+
rev: "v3.13.0"
6969
hooks:
7070
- id: reorder-python-imports
7171
args: [--py36-plus]
@@ -75,7 +75,7 @@ repos:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.15.0"
78+
rev: "v3.16.0"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]
@@ -84,17 +84,17 @@ repos:
8484
hooks:
8585
- id: yesqa
8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: "v1.8.0"
87+
rev: "v1.10.0"
8888
hooks:
8989
- id: mypy
9090
args: [--config-file, .meta/mypy.ini]
9191
- repo: https://github.com/psf/black
92-
rev: "24.1.1"
92+
rev: "24.4.2"
9393
hooks:
9494
- id: black
9595
language_version: python38
9696
- repo: https://github.com/PyCQA/flake8
97-
rev: "7.0.0"
97+
rev: "7.1.0"
9898
hooks:
9999
- id: flake8
100100
additional_dependencies:

0 commit comments

Comments
 (0)