mirror of
https://github.com/samsledje/D-SCRIPT.git
synced 2026-06-04 15:04:24 +08:00
5 lines
103 B
INI
5 lines
103 B
INI
[flake8]
|
|
ignore = E203, E266, E402, E501, W503, F403, F401
|
|
max-line-length = 79
|
|
select = B,E,F,W,T4,B9
|