Target project no longer depends on httpx but depends on ~matching fastapi-vue version. Ruff cleanup.
This commit is contained in:
+1
-1
@@ -43,7 +43,7 @@ line-length = 100
|
||||
|
||||
[tool.ruff.lint]
|
||||
select = ["ALL"]
|
||||
ignore = ["D203", "D213", "COM812"] # Conflicting with D211, D212 and formatting
|
||||
ignore = ["CPY", "D203", "D213", "COM812", "PLR2004"]
|
||||
|
||||
[tool.ruff.lint.per-file-ignores]
|
||||
"template/**" = ["F821"] # Undefined names are template placeholders
|
||||
|
||||
Reference in New Issue
Block a user