We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5aed91c commit 9e659b0Copy full SHA for 9e659b0
2 files changed
pyproject.toml
@@ -37,6 +37,18 @@ docs = [
37
"ipywidgets",
38
"sphinx-new-tab-link!=0.2.2",
39
]
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
+]
52
53
[project.urls]
54
"Bug Tracker" = "https://github.com/RasmussenLab/njab/issues"
setup.cfg
@@ -81,6 +81,7 @@ skip_install = True
81
deps =
82
flake8
83
flake8-bugbear
84
+ flake8-unused-arguments
85
commands =
86
flake8 {posargs:src test}
87
@@ -111,4 +112,4 @@ commands =
111
112
--separate \
113
-o docs/reference/ \
114
src/njab/
- sphinx-autobuild -n -W -b html docs/ docs/_build/
115
+ sphinx-autobuild -n -W -b html docs/ docs/_build/
0 commit comments