diff --git a/overrides/build-systems.json b/overrides/build-systems.json index 73895ae..50afd77 100644 --- a/overrides/build-systems.json +++ b/overrides/build-systems.json @@ -5027,12 +5027,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" ],