diff options
author | bendikro <bro.devel@gmail.com> | 2016-11-02 09:12:55 +0100 |
---|---|---|
committer | Calum Lind <calumlind+deluge@gmail.com> | 2016-11-03 11:45:01 +0100 |
commit | 61b059f0159db2141f3e4bfa28084d79451900bc (patch) | |
tree | 072c2c3649e7b828373fc78704b8fc8adffa0c8d /tox.ini | |
parent | [Lint] Enable pylint warning super-init-not-called (diff) | |
download | deluge-61b059f0159db2141f3e4bfa28084d79451900bc.tar.xz deluge-61b059f0159db2141f3e4bfa28084d79451900bc.zip |
[Lint] Fix couple of pylint complaints
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -124,6 +124,7 @@ commands = flake8 --exit-zero --max-complexity 15 deluge [testenv:pylint] # Disable site packages to avoid using system installed version sitepackages = False +ignore_errors = True deps = {[testenv]deps} pylint |