Skip to content

Commit

Permalink
Disable deprecated flake8-mypy Python tox check
Browse files Browse the repository at this point in the history
Signed-off-by: Jacopo De Amicis <jdamicis@amazon.it>
  • Loading branch information
jdeamicis authored and enrico-usai committed Oct 11, 2023
1 parent 3ecda34 commit 5349643
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ repos:
rev: 6.0.0
hooks:
- id: flake8
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-mypy, flake8-colors, pep8-naming]
additional_dependencies: [flake8-docstrings, flake8-bugbear, flake8-colors, pep8-naming]

- repo: https://github.com/timothycrosley/isort
rev: 5.12.0
Expand Down
1 change: 0 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ deps =
flake8
flake8-docstrings
flake8-bugbear
flake8-mypy
# flake8-import-order # delegated to isort
flake8-colors
pep8-naming
Expand Down

0 comments on commit 5349643

Please sign in to comment.