mirror of
https://github.com/basnijholt/adaptive-lighting.git
synced 2026-09-11 14:24:03 +02:00
11 lines
208 B
INI
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
|