https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: ed3fffbc7ecd7e6470a3ecea21d6c65afc55f950 authored by Tobias Wochinger on 28 October 2019, 11:45:29 UTC
Merge pull request #4679 from RasaHQ/prepare-1.4.2
Tip revision: ed3fffb
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top