forked from pool/python-napalm-procurve
newer version of pyflakes. OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-napalm-procurve?expand=0&rev=16
12 lines
310 B
Diff
12 lines
310 B
Diff
Index: napalm-procurve-0.7.0/setup.cfg
|
|
===================================================================
|
|
--- napalm-procurve-0.7.0.orig/setup.cfg
|
|
+++ napalm-procurve-0.7.0/setup.cfg
|
|
@@ -1,5 +1,5 @@
|
|
[pylama]
|
|
-linters = mccabe,pep8,pyflakes
|
|
+linters = mccabe,pep8
|
|
ignore = D203,C901
|
|
skip = build/*,.tox/*
|
|
|