Skip to content

Commit 535e17e

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.0.1 → v4.1.0](pre-commit/pre-commit-hooks@v4.0.1...v4.1.0) - [github.com/asottile/pyupgrade: v2.28.0 → v2.31.0](asottile/pyupgrade@v2.28.0...v2.31.0) - [github.com/pre-commit/mirrors-prettier: v2.4.1 → v2.5.1](pre-commit/mirrors-prettier@v2.4.1...v2.5.1) - [github.com/psf/black: 21.9b0 → 21.12b0](psf/black@21.9b0...21.12b0) - [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.930](pre-commit/mirrors-mypy@v0.910...v0.930)
1 parent 97c0035 commit 535e17e

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/pre-commit/pre-commit-hooks
3-
rev: v4.0.1
3+
rev: v4.1.0
44
hooks:
55
- id: check-added-large-files
66
- id: check-merge-conflict
@@ -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.31.0
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.1
2222
hooks:
2323
- id: prettier
2424

2525
- repo: https://github.com/psf/black
26-
rev: 21.9b0
26+
rev: 21.12b0
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.930
5757
hooks:
5858
- id: mypy
5959
args:

0 commit comments

Comments
 (0)