aboutsummaryrefslogtreecommitdiffstats
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg9
1 files changed, 5 insertions, 4 deletions
diff --git a/setup.cfg b/setup.cfg
index 8386242..f43ef2f 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,8 +1,9 @@
-[wheel]
-universal = 1
-
[flake8]
-ignore=E501
+ignore = E501,E741,W504
+exclude = nikola/data/themes/base/messages
+
+[pydocstyle]
+add-ignore = D412, D413
[tool:pytest]
norecursedirs = .git