https://github.com/carla-simulator/carla
Raw File
Tip revision: e6e4b8c9d25f6278ee563c2a241114bb27422172 authored by Marc Garcia Puig on 12 July 2019, 16:25:05 UTC
Deprecated persistent_lines in docs
Tip revision: e6e4b8c
.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