|
@@ -79,6 +79,9 @@ def verifyconfigref(options):
|
|
|
|
|
|
|
|
|
|
@task
|
|
@task
|
|
|
|
+@cmdopts([
|
|
|
|
+ ("noerror", "E", "Ignore errors"),
|
|
|
|
+])
|
|
def flake8(options):
|
|
def flake8(options):
|
|
noerror = getattr(options, "noerror", False)
|
|
noerror = getattr(options, "noerror", False)
|
|
complexity = getattr(options, "complexity", 22)
|
|
complexity = getattr(options, "complexity", 22)
|