feat: update Makefile and README for new linting and testing commands; refactor credential storage to JSON format

This commit is contained in:
Felix Rudat
2026-02-10 08:39:41 +01:00
parent e158946211
commit 082de3d5ea
6 changed files with 100 additions and 58 deletions
-1
View File
@@ -10,7 +10,6 @@ requires-python = ">=3.11"
dependencies = [
"plankapy>=2.2.2",
"typer",
"python-dotenv",
"rich",
]