From 97b5fe2d7bcea14c3925c602863df48044ece1d1 Mon Sep 17 00:00:00 2001 From: Phillip Cloud <417981+cpcloud@users.noreply.github.com> Date: Fri, 16 Dec 2022 06:30:29 -0500 Subject: [PATCH] add flake8 plugin build systems --- overrides/build-systems.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 22afcd0..4e781ce 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -5024,12 +5024,24 @@ "flake8-length": [ "setuptools" ], + "flake8-plugin-utils": [ + "poetry" + ], + "flake8-pytest-style": [ + "poetry-core" + ], "flake8-polyfill": [ "setuptools" ], "flake8-print": [ "poetry-core" ], + "flake8-pyprojecttoml": [ + "setuptools" + ], + "flake8-simplify": [ + "setuptools" + ], "flaky": [ "setuptools" ],