Skip to content

Commit 78637b7

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.0.1](pre-commit/pre-commit-hooks@v3.4.0...v4.0.1) - [github.com/PyCQA/flake8: 3.9.0 → 3.9.2](PyCQA/flake8@3.9.0...3.9.2) - [github.com/psf/black: 20.8b1 → 21.5b1](psf/black@20.8b1...21.5b1)
1 parent ac23abb commit 78637b7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ default_language_version:
33

44
repos:
55
- repo: https://github.com/pre-commit/pre-commit-hooks
6-
rev: v3.4.0
6+
rev: v4.0.1
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -21,7 +21,7 @@ repos:
2121
- id: isort
2222

2323
- repo: https://github.com/PyCQA/flake8
24-
rev: 3.9.0
24+
rev: 3.9.2
2525
hooks:
2626
- id: flake8
2727

@@ -31,7 +31,7 @@ repos:
3131
- id: mypy
3232

3333
- repo: https://github.com/psf/black
34-
rev: 20.8b1
34+
rev: 21.5b1
3535
hooks:
3636
- id: black
3737
language_version: python3.8

0 commit comments

Comments
 (0)