https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 438f6675b2b8c76012c37351c3763e0f91f4ba10 authored by ricwo on 25 July 2019, 05:00:01 UTC
increase pull attempts
Tip revision: 438f667
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top