Skip to content

Commit 8b32d7a

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [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 bf633ef commit 8b32d7a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ repos:
1515
hooks:
1616
- id: black
1717
- repo: https://github.com/PyCQA/flake8
18-
rev: "3.9.2"
18+
rev: "4.0.1"
1919
hooks:
2020
- id: flake8
2121
additional_dependencies:
@@ -27,6 +27,6 @@ repos:
2727
- id: pyupgrade
2828
args: [--py36-plus]
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: 'v0.910'
30+
rev: 'v0.910-1'
3131
hooks:
3232
- id: mypy

0 commit comments

Comments
 (0)