https://github.com/carla-simulator/carla
Raw File
Tip revision: 7bb625979928ea741a4717abf415ce9c42cd5866 authored by bernat on 08 April 2020, 07:42:51 UTC
test
Tip revision: 7bb6259
.pylintrc
[MESSAGES CONTROL]
max-line-length=120
[MASTER]
disable=I0011,I0013,E1121,E1126
[TYPECHECK]
ignored-modules=carla,carla.command,libcarla,pygame,numpy,configparser,ConfigParser
back to top