Commit 0e5555e5 authored by Daniel Cosmo Pizetta's avatar Daniel Cosmo Pizetta
Browse files

FIX: pycodestyle and pylint problem

parent 6a9d537a
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@ extension-pkg-whitelist=qtpy,PySide,PyQt4,PyQt5,PySide2,QtCore,QtGui,QtWidget,Si

# Add files or directories to the blacklist. They should be base names, not
# paths.
ignore=CVS,ui,docs,dist,build,tests,diagrams,icons,templates,.coverage,.tox,.git
ignore=CVS,ui,docs,dist,build,tests,diagrams,icons,templates,.coverage,.tox,.git,venv,.venv

# Add files or directories matching the regex patterns to the blacklist. The
# regex matches against base names, not paths.
+1 −1
Original line number Diff line number Diff line
@@ -166,4 +166,4 @@ linters = pyflakes
skip =
    .tox,.env,.venv,build,dist,tests,examples,ui,*.egg-info*,*cache*,.coverage,
    */.tox/*,*/.env/*,*/.venv/*,*/build/*,*/dist/*,*/tests/*,*/ui/*,*/*.egg*,
    */.*,*/.coverage,*/./venv/*,./venv
    */.*,*/.coverage,*/./venv/*,./venv,venv