[FIX] website_sale_aplicoop: lint fixes (exception chaining, imports, remove unused vars)
This commit is contained in:
parent
a997331c2d
commit
91cfb9e137
15 changed files with 1344 additions and 1472 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue