Codebase list django-sass / e0510cec-a2ce-4999-89e8-66806004b4e4/main pyproject.toml
e0510cec-a2ce-4999-89e8-66806004b4e4/main

Tree @e0510cec-a2ce-4999-89e8-66806004b4e4/main (Download .tar.gz)

pyproject.toml @e0510cec-a2ce-4999-89e8-66806004b4e4/mainraw · history · blame

1
2
3
4
5
6
7
8
9
[tool.black]
line-length = 80
target-version = ['py36', 'py37', 'py38']
# Regular expression of files to exclude.
exclude = '''
/(
    migrations
)/
'''