Skip to content

Commit

Permalink
Removed flake8-mypy from checks
Browse files Browse the repository at this point in the history
  • Loading branch information
vint21h committed Jun 4, 2020
1 parent 49c84c1 commit 42bd978
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ repos:
name: flake8
stages: [commit]
language: system
entry: bash -c 'PYTHONPATH="$PYTHONPATH:$PWD" pipenv run flake8 --mypy-config=setup.cfg'
entry: pipenv run flake8
types: [python]
- id: interrogate
name: interrogate
Expand Down
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ flake8 = "==3.8.2"
flake8-annotations-complexity = "==0.0.4"
flake8-bugbear = "==20.1.4"
flake8-docstrings = "==1.5.0"
flake8-mypy = "==17.8.0"
interrogate = "==1.2.0"
isort = {extras = ["pipfile"],version = "==4.3.21"}
mypy = "==0.780"
Expand Down
3 changes: 0 additions & 3 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ test =
flake8-annotations-complexity==0.0.4
flake8-bugbear==20.1.4
flake8-docstrings==1.5.0
flake8-mypy==17.8.0
flake8==3.8.2
interrogate==1.2.0
isort[pipfile]==4.3.21
Expand Down Expand Up @@ -121,8 +120,6 @@ django_settings_module = tests.settings
max-line-length = 88
select = B,C,E,F,W,T4
doctests = True
# ignore "flake8-mypy" success to not broke pre-commit flow
ignore = T499


[check-manifest]
Expand Down

0 comments on commit 42bd978

Please sign in to comment.