https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 66c0c2b771166a78203422c3dcd8826297e9a28e authored by Akela Drissner-Schmid on 08 October 2019, 14:19:02 UTC
Merge pull request #4557 from RasaHQ/release-1.3.8
Tip revision: 66c0c2b
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top