Skip to content

Commit a2cb2b1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.0](asottile/pyupgrade@v2.28.0...v2.29.0) - [github.com/psf/black: 21.9b0 → 21.10b0](psf/black@21.9b0...21.10b0) - [github.com/pycqa/isort: 5.9.3 → 5.10.0](PyCQA/isort@5.9.3...5.10.0) - [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 97c0035 commit a2cb2b1

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
@@ -12,7 +12,7 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.28.0
15+
rev: v2.29.0
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py38-plus]
@@ -23,18 +23,18 @@ repos:
2323
- id: prettier
2424

2525
- repo: https://github.com/psf/black
26-
rev: 21.9b0
26+
rev: 21.10b0
2727
hooks:
2828
- id: black
2929
language_version: python3
3030

3131
- repo: https://github.com/pycqa/isort
32-
rev: 5.9.3
32+
rev: 5.10.0
3333
hooks:
3434
- id: isort
3535

3636
- repo: https://github.com/PyCQA/flake8
37-
rev: 3.9.2
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040
additional_dependencies:
@@ -53,7 +53,7 @@ repos:
5353
- id: yamllint
5454

5555
- repo: https://github.com/pre-commit/mirrors-mypy
56-
rev: v0.910
56+
rev: v0.910-1
5757
hooks:
5858
- id: mypy
5959
args:

0 commit comments

Comments
 (0)