From adc039ef0e2ab2c49b19e125e2150c82294eb89a Mon Sep 17 00:00:00 2001 From: Alexandru Fikl Date: Wed, 19 Jun 2024 16:40:50 +0300 Subject: [PATCH] pyproject: list flake8 dependencies --- pyproject.toml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index e374692bb..ab2223fe2 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -51,7 +51,16 @@ pocl = [ "pocl-binary-distribution>=1.2", ] test = [ + "flake8", + "flake8-bugbear", + "flake8-comprehensions", + "flake8-isort", + "flake8-quotes", + "isort", "mako", + "mypy", + "pep8-naming", + "pylint", "pytest>=7", ]