https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 988a0d20aa57c4d0e0dd97001a4261c231a0f245 authored by Tom Bocklisch on 22 October 2019, 09:16:15 UTC
prepared 1.4.123
Tip revision: 988a0d2
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top