From 72b65c9d510d3563828e2869d25b6cf0f359bfcc Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Sat, 11 Jan 2020 22:24:50 +0000
Subject: [PATCH] Update out-of-date comment in our own .flake8 file
---
.flake8 | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.flake8 b/.flake8
index fc8b7c1..018ac39 100644
--- a/.flake8
+++ b/.flake8
@@ -1,6 +1,7 @@
[flake8]
-# Plugin flake8-black will pass this value to black
+# Recommend matching the black line length (default 88),
+# rather than using the flake8 default of 79:
max-line-length = 88
extend-ignore =