From c008c4ca09e6baa3a52733b4b3f95f0958099a5a Mon Sep 17 00:00:00 2001 From: David Lechner Date: Thu, 9 Jan 2020 11:35:40 -0600 Subject: [PATCH] flake8: allow longer lines This increase max-line-length to 88 because somtimes it is nicer to have just a few extra characters. --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 0399aeb..2e1bc6b 100644 --- a/setup.cfg +++ b/setup.cfg @@ -13,6 +13,7 @@ parentdir_prefix = pybricks-api- [flake8] exclude = .venv/,versioneer.py +max-line-length = 88 [doc8] ignore-path = .venv/