qubed/tox.ini
2024-10-08 11:48:07 +01:00

8 lines
189 B
INI

[flake8]
; ignore = E226,E302,E41
max-line-length = 120
; exclude = tests/*
; See https://black.readthedocs.io/en/stable/the_black_code_style.html
extend-ignore = E203
[isort]
profile=black