Skip to content

Commit

Permalink
Check no print statements left in source code
Browse files Browse the repository at this point in the history
  • Loading branch information
Peque committed Apr 9, 2018
1 parent 9fc27f2 commit 969c7a1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
'flake8',
'flake8-bugbear',
'flake8-per-file-ignores',
'flake8-print',
'flake8-quotes',
'pep8-naming',
],
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,13 @@ envlist =
[flake8]
per-file-ignores =
docs/source/conf.py: E121,E122,E265,E501
examples/*.py: T001
osbrain/__init__.py: E402,F401
osbrain/tests/test_*.py: F811
inline-quotes = single
multiline-quotes = double
max-complexity = 5
select = C,E,F,W,N,B,B902,Q
select = C,E,F,W,N,B,B902,Q,T

[testenv]
deps =
Expand Down

0 comments on commit 969c7a1

Please sign in to comment.