Skip to content

Commit

Permalink
pyproject: list flake8 dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
alexfikl committed Jun 19, 2024
1 parent dd9b0ab commit adc039e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
]

Expand Down

0 comments on commit adc039e

Please sign in to comment.