https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: eab4fbd603c64026d47df592aecc8347ede526ae authored by Johannes E. M. Mosig on 11 December 2019, 09:03:18 UTC
Undo 2GB restriction workaround
Tip revision: eab4fbd
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top