Skip to content

Commit 28c32c2

Browse files
[pre-commit.ci] pre-commit autoupdate (#345)
updates: - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/pre-commit/mirrors-mypy: v0.942 → v0.961](pre-commit/mirrors-mypy@v0.942...v0.961) - [github.com/myint/rstcheck: 3f92957478422df87bd730abde66f089cc1ee19b → v6.0.0.post1](rstcheck/rstcheck@3f92957...v6.0.0.post1) - [github.com/asottile/pyupgrade: v2.31.1 → v2.34.0](asottile/pyupgrade@v2.31.1...v2.34.0) - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent b031b45 commit 28c32c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ repos:
99
files: .+\.py$
1010

1111
- repo: https://github.com/psf/black
12-
rev: 22.3.0
12+
rev: 22.6.0
1313
hooks:
1414
- id: black
1515

@@ -19,13 +19,13 @@ repos:
1919
- id: flake8
2020

2121
- repo: https://github.com/pre-commit/mirrors-mypy
22-
rev: v0.942
22+
rev: v0.961
2323
hooks:
2424
- id: mypy
2525
additional_dependencies: [types-all]
2626

2727
- repo: https://github.com/myint/rstcheck
28-
rev: 3f92957478422df87bd730abde66f089cc1ee19b
28+
rev: v6.0.0.post1
2929
hooks:
3030
- id: rstcheck
3131

@@ -51,14 +51,14 @@ repos:
5151
additional_dependencies: [mdformat==0.7.14]
5252

5353
- repo: https://github.com/asottile/pyupgrade
54-
rev: v2.31.1
54+
rev: v2.34.0
5555
hooks:
5656
- id: pyupgrade
5757
args:
5858
- "--py37-plus"
5959

6060
- repo: https://github.com/pre-commit/pre-commit-hooks
61-
rev: v4.1.0
61+
rev: v4.3.0
6262
hooks:
6363
- id: trailing-whitespace
6464
- id: end-of-file-fixer

0 commit comments

Comments
 (0)