https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 4ceaf456fddb70a28de2dab2d8281be416d9d717 authored by Tom Bocklisch on 13 June 2019, 11:30:47 UTC
increase sdk version to 1.1
Tip revision: 4ceaf45
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top