Skip to content

Commit

Permalink
Remove unreliable flake8 check
Browse files Browse the repository at this point in the history
  • Loading branch information
GhostofGoes committed Sep 25, 2019
1 parent 83d3b9f commit c702028
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion tests/style-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ flake8-string-format
flake8-2020
flake8-broken-line
flake8-mutable
flake8-executable
flake8-black;python_version>='3.6'
# NOTE: the released version of flake8-mypy is buggy on Windows (17.8.0)
# flake8-mypy;python_version>='3.5'
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =-rtests/style-requirements.txt
commands =
python setup.py check --strict --metadata
check-manifest {toxinidir}
codespell --check-filenames --skip="*.out,build,dist,*.pyc,*.class,*.git,*.vagrant,*.tox,*.egg-info,*.idea,*.vscode,_build,.doctrees,htmlcov,.venv"
codespell --check-filenames --skip="*.out,build,dist,*.pyc,*.class,*.git,*.vagrant,*.tox,*.egg-info,*.idea,*.vscode,_build,.doctrees,htmlcov,.venv,.mypy_cache"
flake8 getmac tests setup.py
bandit --quiet --recursive --skip B404,B603,B104 getmac setup.py
vulture --min-confidence 100 getmac tests setup.py
Expand Down

0 comments on commit c702028

Please sign in to comment.