Skip to content

Commit 70d80e0

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - https://gitlab.com/pycqa/flake8https://github.com/PyCQA/flake8 - [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.942 → v0.950](pre-commit/mirrors-mypy@v0.942...v0.950)
1 parent 7e677c4 commit 70d80e0

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
@@ -33,14 +33,14 @@ repos:
3333
hooks:
3434
- id: black
3535

36-
- repo: https://gitlab.com/pycqa/flake8
37-
rev: 3.9.2
36+
- repo: https://github.com/PyCQA/flake8
37+
rev: 4.0.1
3838
hooks:
3939
- id: flake8
4040
additional_dependencies: [flake8-bugbear==21.3.1]
4141

4242
- repo: https://github.com/pre-commit/mirrors-mypy
43-
rev: v0.942
43+
rev: v0.950
4444
hooks:
4545
- id: mypy
4646
additional_dependencies: [attrs]

0 commit comments

Comments
 (0)