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:00 +02:00
parent d1d2214f4a
commit 0a853220aa

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"]