From 35257c7cd05e7aacdf472c2fad7aedbb183f2d32 Mon Sep 17 00:00:00 2001 From: Serene-Arc <33189705+Serene-Arc@users.noreply.github.com> Date: Fri, 1 Mar 2024 15:34:50 +1000 Subject: [PATCH] Exclude flake8 rule for black compatibility --- setup.cfg | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index aef45c084..344c457e0 100644 --- a/setup.cfg +++ b/setup.cfg @@ -27,8 +27,9 @@ ignore = C901, # Exception subclasses should be named with an Error suffix N818, - # Exclude rule for black compatibility + # Exclude rules for black compatibility E203, + E704, per-file-ignores = ./beet:D ./docs/conf.py:D