Skip to content

Commit

Permalink
Include flake8 for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
gmr committed Jan 30, 2024
1 parent 8eb02c0 commit 7754781
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 7754781

Please sign in to comment.