mirror of
https://github.com/buildbot/buildbot.git
synced 2021-05-20 10:47:20 +03:00
11 lines
461 B
INI
11 lines
461 B
INI
[settings]
|
|
line_length=110
|
|
known_future_library=__future__,future
|
|
known_standard_library=pkg_resources,html
|
|
known_twisted=twisted,zope,autobahn,klein,txaio
|
|
known_mock=mock
|
|
known_third_party=migrate,sqlalchemy,ldap3,txrequests,requests,MySQLdb,coverage,jinja2,dateutil,sphinx,setuptools,jwt,flask,docutils,aiohttp
|
|
known_first_party=buildbot,buildbot_worker
|
|
force_single_line=1
|
|
sections=FUTURE,FUTURE_LIBRARY,STDLIB,THIRDPARTY,MOCK,TWISTED,FIRSTPARTY,LOCALFOLDER
|