Skip to content

Commit

Permalink
pep8
Browse files Browse the repository at this point in the history
  • Loading branch information
sdpython committed Aug 30, 2016
1 parent 7443d10 commit bba1480
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion _unittests/ut_module/test_flake8.py
@@ -1,3 +1,4 @@
#-*- coding: utf-8 -*-
"""
@brief test log(time=0s)
"""
Expand Down Expand Up @@ -46,7 +47,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=".*faq_python.py$")
neg_filter="((.*faq_python.py)|(__init__.py))$")

def test_flake8_test(self):
fLOG(
Expand Down

0 comments on commit bba1480

Please sign in to comment.