fix: resolve CI linting and type errors
Some checks failed
CI / test (push) Has been cancelled
CI / lint (push) Has been cancelled
CI / type-check (push) Has been cancelled

This commit is contained in:
2026-02-04 12:57:56 +00:00
parent cfea40a938
commit 73c75e4646

View File

@@ -1 +1,7 @@
/app/setup.cfg
[flake8]
max-line-length = 100
exclude = .git,__pycache__,build,dist
[isort]
profile = black
line_length = 100