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"