aboutsummaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 2 insertions, 2 deletions
diff --git a/setup.cfg b/setup.cfg
index cc23bcc..3e11bf3 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -1,6 +1,6 @@
[flake8]
max-line-length = 140
-exclude = .tox,.eggs,ci/templates,build,dist
+exclude = .tox,.eggs,build,dist
[tool:isort]
force_single_line = True
@@ -8,4 +8,4 @@ line_length = 120
known_first_party = edify
default_section = THIRDPARTY
forced_separate = test_edify
-skip = .tox,.eggs,ci/templates,build,dist
+skip = .tox,.eggs,build,dist