diff --git a/pyproject.toml b/pyproject.toml index c3e40cabd..cea8e5292 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -53,7 +53,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", ]