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" ],