Tidy up after a long absence
This commit is contained in:
parent
3931d2ccbd
commit
fea7c0eeb9
28 changed files with 2444 additions and 376 deletions
14
pyproject.toml
Normal file
14
pyproject.toml
Normal 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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue