Tidy up after a long absence

This commit is contained in:
Neill Cox 2025-03-09 17:58:06 +11:00
parent 3931d2ccbd
commit fea7c0eeb9
28 changed files with 2444 additions and 376 deletions

14
pyproject.toml Normal file
View file

@ -0,0 +1,14 @@
[tool.black]
line-length = 72
[tool.ruff]
line-length = 72
[tool.autopep8]
max_line_length = 72
[tool.pycodestyle]
max_line_length = 72
[tool.pyright]
typeCheckingMode = "off"