https://github.com/RasaHQ/rasa_nlu
Raw File
Tip revision: f1520ecfc15b7b8286dd6c006d6372ec4189cf45 authored by Amogh Mannekote on 15 August 2019, 16:48:06 UTC
Release 1.2.3 (#4257)
Tip revision: f1520ec
pyproject.toml
[tool.black]
line-length = 88
target-version = ['py27', 'py35', 'py36', 'py37']
exclude = '''
(
  /(
      \.eggs
    | \.git
    | \.pytype
    | \.pytest_cache
    | build
    | dist
  )/
)
'''
back to top