add files

This commit is contained in:
WorldTeacher
2024-01-26 08:28:01 +01:00
parent dd9ee24a8f
commit 0a9818940c
110 changed files with 21563 additions and 0 deletions

View File

@@ -3,3 +3,20 @@ select = ["B", "D3", "D4", "E", "F"]
# Never enforce `E501` (line length violations). This should be handled by formatters.
ignore = ["E501","F401"]
exclude = [
".trunk",
".git",
".github",
"build",
"dist",
"docs",
"examples",
"tests",
".history",
".vscode",
"venv",
".venv",
"__pycache__",
]
line-length = 88
indent-width = 4