Skip to content

Commit 05c50f4

Browse files
[pre-commit.ci] pre-commit autoupdate (#28)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.2.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.2.0...v4.3.0) - [github.com/psf/black: 22.3.0 → 22.6.0](psf/black@22.3.0...22.6.0) - [github.com/asottile/pyupgrade: v2.32.1 → v2.34.0](asottile/pyupgrade@v2.32.1...v2.34.0) - [github.com/PyCQA/doc8: 0.11.1 → 0.11.2](PyCQA/doc8@0.11.1...0.11.2) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 366e106 commit 05c50f4

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
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: end-of-file-fixer
66
- id: check-case-conflict
@@ -16,7 +16,7 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/psf/black
19-
rev: 22.3.0
19+
rev: 22.6.0
2020
hooks:
2121
- id: black
2222
args: ["--line-length", "100"]
@@ -29,13 +29,13 @@ repos:
2929
args: [--profile=black]
3030

3131
- repo: https://github.com/asottile/pyupgrade
32-
rev: v2.32.1
32+
rev: v2.34.0
3333
hooks:
3434
- id: pyupgrade
3535
args: [--py37-plus]
3636

3737
- repo: https://github.com/PyCQA/doc8
38-
rev: 0.11.1
38+
rev: 0.11.2
3939
hooks:
4040
- id: doc8
4141
args: [--max-line-length=200]

0 commit comments

Comments
 (0)