https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: a7df9c1ecddb8cd03b090b4cd3e0229e78fd6f98 authored by Tom Bocklisch on 13 May 2019, 13:42:39 UTC
prepared rc1
Tip revision: a7df9c1
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top