Skip to content

Commit eb4bce1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black: 21.9b0 → 21.11b1](psf/black@21.9b0...21.11b1) - [github.com/pycqa/isort: 5.9.3 → 5.10.1](PyCQA/isort@5.9.3...5.10.1) - [github.com/pycqa/flake8: 3.9.2 → 4.0.1](PyCQA/flake8@3.9.2...4.0.1) - [github.com/pre-commit/mirrors-mypy: v0.910 → v0.910-1](pre-commit/mirrors-mypy@v0.910...v0.910-1)
1 parent 9b18b0b commit eb4bce1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,17 +16,17 @@ repos:
1616
- id: prettier
1717

1818
- repo: https://github.com/psf/black
19-
rev: 21.9b0
19+
rev: 21.11b1
2020
hooks:
2121
- id: black
2222

2323
- repo: https://github.com/pycqa/isort
24-
rev: 5.9.3
24+
rev: 5.10.1
2525
hooks:
2626
- id: isort
2727

2828
- repo: https://github.com/pycqa/flake8
29-
rev: 3.9.2
29+
rev: 4.0.1
3030
hooks:
3131
- id: flake8
3232

@@ -36,6 +36,6 @@ repos:
3636
- id: yamllint
3737

3838
- repo: https://github.com/pre-commit/mirrors-mypy
39-
rev: v0.910
39+
rev: v0.910-1
4040
hooks:
4141
- id: mypy

0 commit comments

Comments
 (0)