Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
Ignore old format strings, and remove pep8,pep257 from deps as well
Browse files Browse the repository at this point in the history
  • Loading branch information
HairyFotr committed Dec 9, 2016
1 parent 31ccbab commit 97f82ed
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions requirements-analysis.txt
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
pycodestyle
pydocstyle

pep8
pep257

pyflakes
bashate
bandit
Expand Down
2 changes: 1 addition & 1 deletion run_analysis
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ pycodestyle --ignore=W503 src tests
pydocstyle --ignore=D100,D101,D102,D103,D104,D212,D200,D205,D211,D400 src tests

pyflakes src tests
flake8 --ignore=W503,H101,H301,H306,H404,H405,M005,C101,C103 src tests
flake8 --ignore=W503,H101,H301,H306,H404,H405,M005,C101,C103,S001 src tests
bandit -r src
bashate run run_daemon run_analysis run_tests setup_venv

0 comments on commit 97f82ed

Please sign in to comment.