Skip to content

Commit 891d4bc

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/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 891d4bc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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]
@@ -34,7 +34,7 @@ repos:
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)