JLCKicadTools/.flake8

7 lines
136 B
INI

[flake8]
extend-ignore = E501,E265,W605
max-line-lenght = 100
exclude = jlc_kicad_tools.egg-info/*
show_source = True
statistics = True