https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: 07e2b5def944d146c5786f6d35ea23313c55ce04 authored by Tom Bocklisch on 03 June 2019, 19:56:44 UTC
fix backwards incompatible method moves
Tip revision: 07e2b5d
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top