Skip to content

Commit

Permalink
build(deps): Add lint dependencies (pip install -e '.[lint]')
Browse files Browse the repository at this point in the history
  • Loading branch information
tony committed Sep 3, 2022
1 parent fef275b commit 4322934
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,13 @@ dependencies = [
"pytest >=7.0.0",
]

[project.optional-dependencies]
lint = [
"isort >= 5",
"flake8",
"black"
]

[project.urls]
homepage = "https://github.com/thisch/pytest-sphinx"

Expand Down

0 comments on commit 4322934

Please sign in to comment.