https://github.com/carla-simulator/carla
Raw File
Tip revision: c99d84b36103282e299d4c102b18f8a87c754747 authored by nsubiron on 09 July 2019, 13:59:13 UTC
Move config.py to util
Tip revision: c99d84b
.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