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