Skip to content

Commit b5d0f86

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/codespell-project/codespell: v2.3.0 → v2.4.1](codespell-project/codespell@v2.3.0...v2.4.1) - [github.com/asottile/reorder-python-imports: v3.13.0 → v3.14.0](asottile/reorder-python-imports@v3.13.0...v3.14.0) - [github.com/asottile/pyupgrade: v3.16.0 → v3.19.1](asottile/pyupgrade@v3.16.0...v3.19.1) - [github.com/pre-commit/mirrors-mypy: v1.10.1 → v1.15.0](pre-commit/mirrors-mypy@v1.10.1...v1.15.0) - [github.com/psf/black: 24.4.2 → 25.1.0](psf/black@24.4.2...25.1.0) - [github.com/PyCQA/flake8: 7.1.0 → 7.1.2](PyCQA/flake8@7.1.0...7.1.2)
1 parent a386944 commit b5d0f86

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

‎.pre-commit-config.yaml‎

Lines changed: 7 additions & 7 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: "v5.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.1"
3939
hooks:
4040
- id: codespell
4141
args:
@@ -75,7 +75,7 @@ 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.14.0"
7979
hooks:
8080
- id: reorder-python-imports
8181
args: [--py36-plus]
@@ -85,7 +85,7 @@ repos:
8585
- id: add-trailing-comma
8686
args: [--py36-plus]
8787
- repo: https://github.com/asottile/pyupgrade
88-
rev: "v3.16.0"
88+
rev: "v3.19.1"
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: "v1.15.0"
9999
hooks:
100100
- id: mypy
101101
args: [--config-file, .meta/mypy.ini]
102102
- repo: https://github.com/psf/black
103-
rev: "24.4.2"
103+
rev: "25.1.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.1.2"
109109
hooks:
110110
- id: flake8
111111
additional_dependencies:

0 commit comments

Comments
 (0)