Skip to content

Commit 92a90e2

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.1.0 → v4.3.0](pre-commit/pre-commit-hooks@v4.1.0...v4.3.0) - [github.com/psf/black: 21.12b0 → 22.6.0](psf/black@21.12b0...22.6.0) - [github.com/asottile/pyupgrade: v2.31.0 → v2.37.1](asottile/pyupgrade@v2.31.0...v2.37.1) - [github.com/PyCQA/doc8: 0.10.1 → 0.11.2](PyCQA/doc8@0.10.1...0.11.2)
1 parent 21f7015 commit 92a90e2

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
@@ -2,15 +2,15 @@
22
# See https://pre-commit.com/hooks.html for more hooks
33
repos:
44
- repo: https://github.com/pre-commit/pre-commit-hooks
5-
rev: v4.1.0
5+
rev: v4.3.0
66
hooks:
77
- id: trailing-whitespace
88
- id: end-of-file-fixer
99
- id: check-yaml
1010
- id: check-added-large-files
1111

1212
- repo: https://github.com/psf/black
13-
rev: "21.12b0"
13+
rev: "22.6.0"
1414
hooks:
1515
- id: black
1616

@@ -25,11 +25,11 @@ repos:
2525
- id: flake8
2626

2727
- repo: https://github.com/asottile/pyupgrade
28-
rev: "v2.31.0"
28+
rev: "v2.37.1"
2929
hooks:
3030
- id: pyupgrade
3131

3232
- repo: https://github.com/PyCQA/doc8
33-
rev: "0.10.1"
33+
rev: "0.11.2"
3434
hooks:
3535
- id: doc8

0 commit comments

Comments
 (0)