mirror of
https://github.com/ziirish/burp-ui.git
synced 2026-05-15 06:05:58 -06:00
8 lines
224 B
TOML
8 lines
224 B
TOML
[tool.pylint.messages_control]
|
|
disable = "C0330, C0326"
|
|
|
|
[tool.pylint.format]
|
|
max-line-length = "88"
|
|
|
|
[tool.black]
|
|
extend-exclude = "(docker/docker-alpine/assets/config/burp-ui/burpui_gunicorn.py|pkgs/burp-ui-tpl/setup.py)"
|