-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
50f51dc
commit ec6f37c
Showing
3 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
|
||
install: | ||
pip install -e . | ||
pip install -r requirements_dev.txt | ||
|
||
pre-commit: | ||
pre-commit install | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
autodoc_pydantic | ||
autotyping | ||
doc8 | ||
docutils==0.17.1 | ||
flake8 | ||
flake8-bugbear | ||
ipykernel | ||
mypy | ||
myst-parser | ||
nbsphinx | ||
pre-commit | ||
pur | ||
pydocstyle | ||
pytest | ||
pytest-cov | ||
pytest-regressions | ||
sphinx-autodoc-typehints | ||
sphinx-book-theme==0.3.3 | ||
sphinx-click | ||
sphinx-copybutton | ||
sphinx-markdown-tables==0.0.16 | ||
types-PyYAML | ||
types-waitress | ||
xdoctest |