Skip to content

Commit c693ece

Browse files
Technologicatclaude
andcommitted
Add editor tooling to dev dependencies
flake8, autopep8, importmagic, epc, and jedi so that Spacemacs finds them in the project venv (PEP 668 blocks system-wide installs). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 05197ba commit c693ece

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,15 @@ classifiers = [
4747
[project.urls]
4848
Repository = "https://github.com/Technologicat/unpythonic"
4949

50+
[dependency-groups]
51+
dev = [
52+
"flake8",
53+
"autopep8",
54+
"importmagic",
55+
"epc",
56+
"jedi>=0.19.2",
57+
]
58+
5059
[build-system]
5160
requires = ["pdm-backend"]
5261
build-backend = "pdm.backend"

0 commit comments

Comments
 (0)