aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 3 insertions, 1 deletions
diff --git a/setup.cfg b/setup.cfg
index 9f3f926..143aba1 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -36,7 +36,9 @@ where = src
max-line-length = 80
exclude = .git, .tox, build
select = C, E, F, W, B, B950, I, N
-ignore = E501, W503
+# F401: imported but unused (submodule shims)
+# E501: line too long (black)
+ignore = F401, E501
[build_sphinx]
source-dir = docs/