1
0

🤖 Repository layout updated to latest Python version

This commit was automatically generated by a script: https://gitfub.space/Jmaa/python-omni
This commit is contained in:
Takunomi Automaticus, The 2nd 2024-06-08 18:36:01 +02:00
parent 6c55817e4a
commit 08b4eed1c2

View File

@ -67,3 +67,6 @@ docstring-quotes = "double"
quote-style = "single"
indent-style = "space"
docstring-code-format = true
[lint.per-file-ignores]
"test/*" = ["S101", "T201"]