5 lines
212 B
INI
5 lines
212 B
INI
[flake8]
|
|
ignore = E501,E731,E741
|
|
max-line-length = 160
|
|
exclude = build,dist,*.egg-info,doc/*,tests/*,*remoteApiBindings/vrepConst.py,*remoteApiBindings/vrep.py,__init__.py,*samples/benchmarks/*,*utils/appdirs.py
|