https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 22069ca25e3d66a21896984bef735e020816a613 authored by Tom Bocklisch on 20 May 2019, 12:43:23 UTC
do lincense check in rasa
Tip revision: 22069ca
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top