summary refs log tree commit diff stats
path: root/.flake8
diff options
context:
space:
mode:
authornfnty <git@nfnty.se>2017-02-09 15:32:33 +0100
committernfnty <git@nfnty.se>2017-02-09 15:32:33 +0100
commitbc2c56195c879275715af67cfcc65757eede0454 (patch)
treedc68734cd37a4fe5bed7d6f4303e596fe71951cb /.flake8
parent1a6d1846939e56a169e1584f03d352edf3ac5d76 (diff)
downloadranger-bc2c56195c879275715af67cfcc65757eede0454.tar.gz
linting: Rename config files
Diffstat (limited to '.flake8')
-rw-r--r--.flake83
1 files changed, 3 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 00000000..f5072c08
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,3 @@
+[flake8]
+max-line-length = 99
+ignore = E221