ci(lint): configure flake8 excludes/line-length; fix F541 and F401 in tests
Some checks failed
CI / Lint, test, and build (push) Failing after 39s

This commit is contained in:
ngxstat-bot 2025-08-16 05:14:01 -05:00
commit 979fbb0e64
3 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
import sys
from pathlib import Path
import pytest
import pytest # noqa: F401
REPO_ROOT = Path(__file__).resolve().parents[1]
sys.path.append(str(REPO_ROOT))