Skip to content

Commit a801e39

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v2.28.0 → v2.29.1](asottile/pyupgrade@v2.28.0...v2.29.1) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.5.0](pre-commit/mirrors-prettier@v2.4.1...v2.5.0) - [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 97c0035 commit a801e39

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,29 +12,29 @@ repos:
1212
- id: trailing-whitespace
1313

1414
- repo: https://github.com/asottile/pyupgrade
15-
rev: v2.28.0
15+
rev: v2.29.1
1616
hooks:
1717
- id: pyupgrade
1818
args: [--py38-plus]
1919

2020
- repo: https://github.com/pre-commit/mirrors-prettier
21-
rev: v2.4.1
21+
rev: v2.5.0
2222
hooks:
2323
- id: prettier
2424

2525
- repo: https://github.com/psf/black
26-
rev: 21.9b0
26+
rev: 21.11b1
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.1
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)