Skip to content

Commit c4817df

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

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
@@ -117,7 +117,6 @@ deps =
117117
flake8
118118
flake8-docstrings
119119
flake8-bugbear
120-
flake8-mypy
121120
# flake8-import-order # delegated to isort
122121
flake8-colors
123122
pep8-naming

0 commit comments

Comments
 (0)