From 156092b9a6ba7bb2d9bb63cf830bd740490c6697 Mon Sep 17 00:00:00 2001 From: Martin Thoma Date: Sat, 23 Sep 2023 23:18:45 +0200 Subject: [PATCH] STY: Allow 88 characters like black --- .flake8 | 1 + 1 file changed, 1 insertion(+) diff --git a/.flake8 b/.flake8 index 85cd360..1f58f7d 100644 --- a/.flake8 +++ b/.flake8 @@ -3,3 +3,4 @@ ignore = E203, W503, PT007 exclude = build/* per-file-ignores = tests/*: ASS001 +max-line-length = 88