From 91818a7d5f5a0af5139e9adfedc9d00fa963e699 Mon Sep 17 00:00:00 2001 From: Vincent Driessen Date: Tue, 11 Oct 2016 09:09:20 +0200 Subject: [PATCH] Add explicit instructions about configuring flake8 --- README.mdown | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.mdown b/README.mdown index 940eadf..00d4951 100644 --- a/README.mdown +++ b/README.mdown @@ -108,6 +108,20 @@ This plugin goes well together with the following plugin: and ``) +Max line lengths +---------------- + +One particular customization a lot of people like to make is relaxing the +maximum line length default. This is a config setting that should be set in +flake8 itself. (vim-flake8 "just" invokes it and deals with showing the output +in Vim's quickfix window.) + +To do so, put the following into your `~/.config/flake8` file: + + [flake8] + max-line-length = 120 + + History ------- 1.6: Deprecated configuring flake8 options through Vim settings. Instead, -- 2.39.2