Skip to content

Commit 993462d

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/codespell-project/codespell: v2.2.5 → v2.2.6](codespell-project/codespell@v2.2.5...v2.2.6) - [github.com/asottile/reorder-python-imports: v3.11.0 → v3.12.0](asottile/reorder-python-imports@v3.11.0...v3.12.0) - [github.com/asottile/pyupgrade: v3.13.0 → v3.15.0](asottile/pyupgrade@v3.13.0...v3.15.0)
1 parent 337b212 commit 993462d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 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.4.0"
10+
rev: "v4.5.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.5"
41+
rev: "v2.2.6"
4242
hooks:
4343
- id: codespell
4444
args: [--ignore-words, .meta/codespell-ignores]
@@ -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.11.0"
68+
rev: "v3.12.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.13.0"
78+
rev: "v3.15.0"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]

0 commit comments

Comments
 (0)