Skip to content

Commit 9e659b0

Browse files
committed
🔧 add dev arguments
1 parent 5aed91c commit 9e659b0

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

pyproject.toml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,18 @@ docs = [
3737
"ipywidgets",
3838
"sphinx-new-tab-link!=0.2.2",
3939
]
40+
dev = [
41+
"black",
42+
"flake8",
43+
"flake8-bugbear",
44+
"flake8-comprehensions",
45+
"flake8-isort",
46+
"flake8-unused-arguments",
47+
"isort",
48+
"mypy",
49+
"pytest",
50+
"pytest-cov",
51+
]
4052

4153
[project.urls]
4254
"Bug Tracker" = "https://github.com/RasmussenLab/njab/issues"

setup.cfg

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ skip_install = True
8181
deps =
8282
flake8
8383
flake8-bugbear
84+
flake8-unused-arguments
8485
commands =
8586
flake8 {posargs:src test}
8687

@@ -111,4 +112,4 @@ commands =
111112
--separate \
112113
-o docs/reference/ \
113114
src/njab/
114-
sphinx-autobuild -n -W -b html docs/ docs/_build/
115+
sphinx-autobuild -n -W -b html docs/ docs/_build/

0 commit comments

Comments
 (0)