Skip to content

Commit 4c04a37

Browse files
[pre-commit.ci] pre-commit autoupdate (#11)
1 parent 0db9549 commit 4c04a37

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
@@ -1,23 +1,23 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v3.2.0
3+
rev: v4.3.0
44
hooks:
55
- id: check-yaml
66
- id: end-of-file-fixer
77
- id: trailing-whitespace
88

99
- repo: https://github.com/psf/black
10-
rev: 20.8b1
10+
rev: 22.6.0
1111
hooks:
1212
- id: black
1313

1414
- repo: https://github.com/mgedmin/check-manifest
15-
rev: "0.42"
15+
rev: "0.48"
1616
hooks:
1717
- id: check-manifest
1818

19-
- repo: https://gitlab.com/pycqa/flake8
20-
rev: 3.8.3
19+
- repo: https://github.com/PyCQA/flake8
20+
rev: 4.0.1
2121
hooks:
2222
- id: flake8
2323

0 commit comments

Comments
 (0)