https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: c2ec80d1ad6d1a3d17eb33c46ce9f211ed8b7148 authored by Johannes E. M. Mosig on 11 December 2019, 18:20:54 UTC
Explain rasa data validate stories in docs
Tip revision: c2ec80d
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top