modified: .github/workflows/autofix.yml
autofix / autofix (push) Has been cancelled

new file:   .github/workflows/pyproject.toml
This commit is contained in:
Acid
2026-05-23 17:06:45 -04:00
parent 6dfe7661ad
commit 374972ae21
2 changed files with 8 additions and 2 deletions
+6
View File
@@ -0,0 +1,6 @@
[tool.ruff]
lint.extend-ignore = ["Q000"]
line-length = 120
[tool.ruff.format]
quote-style = "preserve"