https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 1563d12bdfac7b3e3ae112ba65f58bd777c3dbef authored by ricwo on 25 August 2019, 16:25:05 UTC
skip saving to test
Tip revision: 1563d12
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top