~savoy/ade

e55d0e53ed31bf70f30b18193bad4771e54e0c40 — Prescott Hidalgo-Monroy 2 months ago 173cc26 + 1ca3717 feature/mdp
Merge branch 'feature/mdp' of https://git.sr.ht/~savoy/ade into feature/mdp
2 files changed, 12 insertions(+), 0 deletions(-)

M .gitignore
M pyproject.toml
M .gitignore => .gitignore +6 -0
@@ 2,6 2,9 @@
.python-version
*.yml
*.yaml
*.csv
*.p
*.xlsx

# auto-generated
__pycache__/


@@ 14,3 17,6 @@ __pycache__/
build/
dist/
poetry.lock
python/ade
src
target

M pyproject.toml => pyproject.toml +6 -0
@@ 28,6 28,12 @@ Sphinx = "^4.4.0"
sphinx-rtd-theme = "^1.0.0"
black = "^22.1.0"
m2r2 = "^0.3.2"
pylsp-rope = "^0.1.11"
pylsp-mypy = "^0.6.6"
mypy = "^1.0.1"

[tool.poetry.group.dev.dependencies]
flake8 = "^6.0.0"

[tool.pyright]
typeCheckingMode = "basic"