Feature/m2 frontend v2 #8
@@ -26,3 +26,8 @@ pythonpath = ["."]
|
|||||||
|
|
||||||
[tool.ruff]
|
[tool.ruff]
|
||||||
line-length = 100
|
line-length = 100
|
||||||
|
|
||||||
|
[tool.ruff.lint.per-file-ignores]
|
||||||
|
# Scripts bootstrap sys.path before importing app modules, so their top-level
|
||||||
|
# app imports legitimately sit below executable setup code.
|
||||||
|
"scripts/*.py" = ["E402"]
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
import re
|
import re
|
||||||
import sqlite3
|
import sqlite3
|
||||||
from pathlib import Path
|
|
||||||
|
|
||||||
from fastapi.testclient import TestClient
|
from fastapi.testclient import TestClient
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user