From 775478181d25eda9a8075052d8aa596c107750cb Mon Sep 17 00:00:00 2001 From: "Gavin M. Roy" Date: Tue, 30 Jan 2024 12:27:07 -0500 Subject: [PATCH] Include flake8 for CI --- pyproject.toml | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index ea660c1..ec656d1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -35,6 +35,17 @@ sentry = ["sentry-sdk>=1.5.4,<2"] testing = [ "build", "coverage>=7.4.0,<8", + "flake8", + "flake8-comprehensions", + "flake8-deprecated", + "flake8-import-order", + "flake8-isort", + "flake8-print", + "flake8-pyproject", + "flake8-quotes", + "flake8-rst-docstrings", + "flake8-tuple", + "isort", "pre-commit>=3.5.0,<4", "psycopg[binary,pool]>=3.1.16,<4", "sentry-sdk>=1.39.1,<2"