From: sergeyb@tarantool.org To: tarantool-patches@dev.tarantool.org, alexander.turenko@tarantool.org Subject: [Tarantool-patches] [PATCH v3 1/2] Add flake8 config file to increase line minimal length Date: Mon, 8 Jun 2020 18:25:30 +0300 [thread overview] Message-ID: <719c3bbbca224cbd26a4258286394854c2126555.1591629414.git.sergeyb@tarantool.org> (raw) In-Reply-To: <cover.1591629414.git.sergeyb@tarantool.org> From: Sergey Bronnikov <sergeyb@tarantool.org> --- .flake8 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .flake8 diff --git a/.flake8 b/.flake8 new file mode 100644 index 0000000..7da1f96 --- /dev/null +++ b/.flake8 @@ -0,0 +1,2 @@ +[flake8] +max-line-length = 100 -- 2.23.0
next prev parent reply other threads:[~2020-06-08 15:27 UTC|newest] Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top 2020-06-08 15:25 [Tarantool-patches] [PATCH v3 0/2] Add option to update file with reference output sergeyb 2020-06-08 15:25 ` sergeyb [this message] 2020-06-08 15:25 ` [Tarantool-patches] [PATCH v3 2/2] " sergeyb 2020-06-09 14:36 ` Alexander Turenko 2020-06-09 16:00 ` Sergey Bronnikov
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=719c3bbbca224cbd26a4258286394854c2126555.1591629414.git.sergeyb@tarantool.org \ --to=sergeyb@tarantool.org \ --cc=alexander.turenko@tarantool.org \ --cc=tarantool-patches@dev.tarantool.org \ --subject='Re: [Tarantool-patches] [PATCH v3 1/2] Add flake8 config file to increase line minimal length' \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox