Skip to content

Commit 555a722

Browse files
pre-commit-ci[bot]rkm
authored andcommitted
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/codespell-project/codespell: v2.2.4 → v2.2.5](codespell-project/codespell@v2.2.4...v2.2.5) - [github.com/adrienverge/yamllint: v1.31.0 → v1.32.0](adrienverge/yamllint@v1.31.0...v1.32.0) - https://github.com/asottile/reorder_python_importshttps://github.com/asottile/reorder-python-imports - [github.com/asottile/reorder-python-imports: v3.9.0 → v3.10.0](asottile/reorder-python-imports@v3.9.0...v3.10.0) - [github.com/asottile/add-trailing-comma: v2.4.0 → v2.5.1](asottile/add-trailing-comma@v2.4.0...v2.5.1) - [github.com/asottile/pyupgrade: v3.3.2 → v3.7.0](asottile/pyupgrade@v3.3.2...v3.7.0) - [github.com/asottile/yesqa: v1.4.0 → v1.5.0](asottile/yesqa@v1.4.0...v1.5.0) - [github.com/pre-commit/mirrors-mypy: v1.2.0 → v1.3.0](pre-commit/mirrors-mypy@v1.2.0...v1.3.0)
1 parent 53d5fc7 commit 555a722

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
@@ -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.4"
41+
rev: "v2.2.5"
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.31.0"
51+
rev: "v1.32.0"
5252
hooks:
5353
- id: yamllint
5454
args: [-c, .meta/yamllint.yaml]
@@ -64,27 +64,27 @@ repos:
6464
- id: python-check-mock-methods
6565
- id: python-use-type-annotations
6666
- id: python-no-log-warn
67-
- repo: https://github.com/asottile/reorder_python_imports
68-
rev: "v3.9.0"
67+
- repo: https://github.com/asottile/reorder-python-imports
68+
rev: "v3.10.0"
6969
hooks:
7070
- id: reorder-python-imports
7171
args: [--py36-plus]
7272
- repo: https://github.com/asottile/add-trailing-comma
73-
rev: "v2.4.0"
73+
rev: "v2.5.1"
7474
hooks:
7575
- id: add-trailing-comma
7676
args: [--py36-plus]
7777
- repo: https://github.com/asottile/pyupgrade
78-
rev: "v3.3.2"
78+
rev: "v3.7.0"
7979
hooks:
8080
- id: pyupgrade
8181
args: [--py36-plus]
8282
- repo: https://github.com/asottile/yesqa
83-
rev: "v1.4.0"
83+
rev: "v1.5.0"
8484
hooks:
8585
- id: yesqa
8686
- repo: https://github.com/pre-commit/mirrors-mypy
87-
rev: "v1.2.0"
87+
rev: "v1.3.0"
8888
hooks:
8989
- id: mypy
9090
args: [--config-file, .meta/mypy.ini]

0 commit comments

Comments
 (0)