[FIX] website_sale_aplicoop: lint fixes (exception chaining, imports, remove unused vars)

This commit is contained in:
GitHub Copilot 2026-05-20 15:57:11 +02:00
parent a997331c2d
commit 91cfb9e137
15 changed files with 1344 additions and 1472 deletions

View file

@ -3,7 +3,7 @@ max-line-length = 88
max-complexity = 16
select = C,E,F,W,B,B9
ignore = E203,E501,W503,B950
exclude = scripts/
exclude = scripts/, .venv/
[isort]
profile = black