Skip to content

Commit 9c8adef

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.1.0](pre-commit/pre-commit-hooks@v3.4.0...v4.1.0) - [github.com/PyCQA/isort: 5.8.0 → 5.10.1](PyCQA/isort@5.8.0...5.10.1) - [github.com/PyCQA/flake8: 3.9.0 → 4.0.1](PyCQA/flake8@3.9.0...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.812 → v0.942](pre-commit/mirrors-mypy@v0.812...v0.942) - [github.com/psf/black: 20.8b1 → 22.3.0](psf/black@20.8b1...22.3.0)
1 parent ac23abb commit 9c8adef

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
@@ -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.1.0
77
hooks:
88
- id: trailing-whitespace
99
- id: end-of-file-fixer
@@ -16,22 +16,22 @@ repos:
1616
- id: seed-isort-config
1717

1818
- repo: https://github.com/PyCQA/isort
19-
rev: 5.8.0
19+
rev: 5.10.1
2020
hooks:
2121
- id: isort
2222

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

2828
- repo: https://github.com/pre-commit/mirrors-mypy
29-
rev: v0.812
29+
rev: v0.942
3030
hooks:
3131
- id: mypy
3232

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

0 commit comments

Comments
 (0)