Skip to content
This repository has been archived by the owner on Jan 13, 2024. It is now read-only.

Commit

Permalink
update flake8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Feb 19, 2017
1 parent e1a12bf commit 192dc6f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -265,3 +265,6 @@ auto_*.py
auto_*.xml
_doc/notebooks/random*.txt
_doc/notebooks/None0000000.png
_unittests/ut_datasource/test_linkedin.py.err
_unittests/ut_finance/test_stock_file.py.err
_unittests/run_unittests.py.out
2 changes: 1 addition & 1 deletion _unittests/ut_module/test_flake8.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def test_flake8_src(self):
thi = os.path.abspath(os.path.dirname(__file__))
src_ = os.path.normpath(os.path.join(thi, "..", "..", "src"))
check_pep8(src_, fLOG=fLOG, extended=[("fLOG", _extended_refactoring)],
neg_filter="((.*Listener[.]py)|(.*Parser[.]py)|(.*Lexer[.]py))$")
neg_filter="((.*Listener[.]py)|(.*pigjar.?pig.*[.]py)|(.*Parser[.]py)|(.*Lexer[.]py))$")

def test_flake8_test(self):
fLOG(
Expand Down

0 comments on commit 192dc6f

Please sign in to comment.