Skip to content

Commit

Permalink
Add developement dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
VDuchauffour committed May 23, 2023
1 parent 8ac0259 commit de1226e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@ classifiers = [
"License :: OSI Approved :: MIT License",
"Operating System :: OS Independent",
]
dynamic = ["optional-dependencies"]

[tool.setuptools.dynamic.optional-dependencies]
dev = { file = ["requirements-dev.txt"] }

[tool.ruff]
select = [
Expand Down
6 changes: 6 additions & 0 deletions requirements-dev.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
pre-commit
black
isort
ruff
docformatter
interrogate

0 comments on commit de1226e

Please sign in to comment.