https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: fb7f92fcc1aefafabf6fecceb366212e72d683ee authored by ricwo on 26 August 2019, 09:34:41 UTC
bump alpha
Tip revision: fb7f92f
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top