File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed
Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff 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"
Original file line number Diff line number Diff line change @@ -81,6 +81,7 @@ skip_install = True
8181deps =
8282 flake8
8383 flake8-bugbear
84+ flake8-unused-arguments
8485commands =
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/
You can’t perform that action at this time.
0 commit comments