From 5135ac1d88533ce609de92ed2cb064321a7b759e Mon Sep 17 00:00:00 2001
From: Lukas Kluft <lukas.kluft@gmail.com>
Date: Tue, 16 Aug 2022 15:35:41 +0200
Subject: [PATCH] Use black-compatible configuration for flake8

https://black.readthedocs.io/en/stable/guides/using_black_with_other_tools.html
---
 setup.cfg | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/setup.cfg b/setup.cfg
index 422109f..bbe8ff5 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -10,3 +10,7 @@ packages = find:
 install_requires =
     numpy
     scipy
+
+[flake8]
+max-line-length = 88
+extend-ignore = E203
-- 
GitLab