chore: set up Makefile, linting, and dockerized dev shell

This commit is contained in:
2026-01-13 23:12:55 +01:00
parent 40dbe40b17
commit 1a59c3435d
6 changed files with 109 additions and 2 deletions

7
pyproject.toml Normal file
View File

@@ -0,0 +1,7 @@
[tool.ruff]
line-length = 120
target-version = "py310"
[tool.ruff.lint]
select = ["E", "F", "I"]
ignore = []