Skip to content

Commit 5349643

Browse files
jdeamicisenrico-usai
authored andcommitted
Disable deprecated flake8-mypy Python tox check
Signed-off-by: Jacopo De Amicis <[email protected]>
1 parent 3ecda34 commit 5349643

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ repos:
2424
rev: 6.0.0
2525
hooks:
2626
- id: flake8
27-
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-mypy, flake8-colors, pep8-naming]
27+
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-colors, pep8-naming]
2828

2929
- repo: https://github.com/timothycrosley/isort
3030
rev: 5.12.0

tox.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,6 @@ deps =
9797
flake8
9898
flake8-docstrings
9999
flake8-bugbear
100-
flake8-mypy
101100
# flake8-import-order # delegated to isort
102101
flake8-colors
103102
pep8-naming

0 commit comments

Comments
 (0)