summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
diff --git a/setup.cfg b/setup.cfg
index b3408ed..d443f2a 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -12,3 +12,7 @@ url = https://honk.sigxcpu.org/piki/projects/git-buildpackage/
target = build/apidocs/
fail-on = docstring_warning
modules = gbp, tests/test_*.py
+
+[pep8]
+# E501: ignore line length
+ignore=E501