https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: c156cdd1743308f40afac01506956d8530ac5a0e authored by Ella Rohm-Ensing on 10 July 2019, 17:28:39 UTC
Merge pull request #3984 from RasaHQ/travis-pypi-revert
Tip revision: c156cdd
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top