aboutsummaryrefslogtreecommitdiff
path: root/.flake8
diff options
context:
space:
mode:
authorDaniel Hahler <git@thequod.de>2019-07-29 05:04:12 +0200
committerDaniel Hahler <git@thequod.de>2019-07-29 22:14:23 +0200
commitd651710de1e5627d602d9ca05a902e198d031571 (patch)
treecdab39bdae9398dab95927303b179250d644dd03 /.flake8
parentd7b04ae7a713412ac2882d1c6c2fce70ebb5766e (diff)
downloadrneovim-d651710de1e5627d602d9ca05a902e198d031571.tar.gz
rneovim-d651710de1e5627d602d9ca05a902e198d031571.tar.bz2
rneovim-d651710de1e5627d602d9ca05a902e198d031571.zip
ci: pylint target via flake8
Ref: https://github.com/neovim/neovim/pull/10631#issuecomment-515756591
Diffstat (limited to '.flake8')
-rw-r--r--.flake82
1 files changed, 2 insertions, 0 deletions
diff --git a/.flake8 b/.flake8
new file mode 100644
index 0000000000..2bcd70e390
--- /dev/null
+++ b/.flake8
@@ -0,0 +1,2 @@
+[flake8]
+max-line-length = 88