summaryrefslogtreecommitdiff
path: root/test/fixers/long-line-project
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2017-08-11 10:31:25 +0100
committerw0rp <devw0rp@gmail.com>2017-08-11 10:31:25 +0100
commit78b9ae0f1c65e53eac509b6946f8c70369fab980 (patch)
treebff335f57b7f678f16172d5028a43d84a4c2ad41 /test/fixers/long-line-project
parentd5ae3201a4128c9e7b1042e9ea40b7f13cf72a10 (diff)
downloadale-78b9ae0f1c65e53eac509b6946f8c70369fab980.zip
Add a fix function for breaking up long Python lines, which is hidden for now
Diffstat (limited to 'test/fixers/long-line-project')
-rw-r--r--test/fixers/long-line-project/setup.cfg2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/fixers/long-line-project/setup.cfg b/test/fixers/long-line-project/setup.cfg
new file mode 100644
index 00000000..43d7a3a1
--- /dev/null
+++ b/test/fixers/long-line-project/setup.cfg
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 90