Skip to content

Commit 7917c68

Browse files
[pre-commit.ci] pre-commit autoupdate (#77)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 63be43f commit 7917c68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ repos:
1717
- id: trailing-whitespace
1818

1919
- repo: https://github.com/mgedmin/check-manifest
20-
rev: "0.46"
20+
rev: "0.47"
2121
hooks:
2222
- id: check-manifest
2323
args: [--no-build-isolation]
@@ -29,12 +29,12 @@ repos:
2929
- id: isort
3030

3131
- repo: https://github.com/psf/black
32-
rev: 21.8b0
32+
rev: 21.9b0
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 3.9.2
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040

0 commit comments

Comments
 (0)