Skip to content

Commit aa6abc1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v3.4.0 → v4.4.0](pre-commit/pre-commit-hooks@v3.4.0...v4.4.0) - [github.com/PyCQA/isort: 5.8.0 → 5.12.0](PyCQA/isort@5.8.0...5.12.0) - [github.com/PyCQA/flake8: 3.9.0 → 6.1.0](PyCQA/flake8@3.9.0...6.1.0) - [github.com/pre-commit/mirrors-mypy: v0.812 → v1.5.1](pre-commit/mirrors-mypy@v0.812...v1.5.1) - [github.com/psf/black: 20.8b1 → 23.9.1](psf/black@20.8b1...23.9.1)
1 parent ac23abb commit aa6abc1

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.4.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.12.0
2020
hooks:
2121
- id: isort
2222

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

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

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

0 commit comments

Comments
 (0)