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

View File

@@ -25,6 +25,7 @@ lint:
- trivy
- trufflehog
enabled:
- osv-scanner@1.6.1
- sql-formatter@15.1.2
- sqlfluff@2.3.5
- isort@5.13.2