From 91949a0d3d3c117bed49c49b99c7854365fd8a8c Mon Sep 17 00:00:00 2001 From: Jonathan Wren Date: Sat, 29 Oct 2022 13:45:05 -0700 Subject: [PATCH] remove unused plugin marker for flakeheaven --- pyproject.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 497e029c..3f8910fa 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -155,7 +155,6 @@ filterwarnings = [ max_line_length = 88 [tool.flakeheaven.plugins] -"flake8-*" = ["+*"] "py*" = ["+*"] pycodestyle = [ "-E101",