adaptive-lighting/setup.cfg
2022-08-28 14:13:33 -07:00

11 lines
208 B
INI

[isort]
force_sort_within_sections=True
profile=black
[flake8]
ignore = E203, E266, W503
max-line-length = 100
max-complexity = 18
select = B,C,E,F,W,T4,B9
per-file-ignores =
code_example.py: E402, E501