https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 20be2458c1c3c27d180379fa5b645a3c4ad1f43b authored by Tom Bocklisch on 14 May 2019, 11:34:35 UTC
Merge branch 'master' of github.com:RasaHQ/rasa
Tip revision: 20be245
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top