
Some users are installing Black as a dependency in their project. Having a _version.py in site-packages is asking for a conflict sooner or later. Ideally we shouldn't require a separate version file at all, that's an additional import we need to make. But I'll leave that bikeshedding for a different time.
15 lines
152 B
Plaintext
15 lines
152 B
Plaintext
.coverage
|
|
_build
|
|
.DS_Store
|
|
.vscode
|
|
docs/_static/pypi.svg
|
|
.tox
|
|
__pycache__
|
|
black.egg-info
|
|
build/
|
|
dist/
|
|
pip-wheel-metadata/
|
|
_black_version.py
|
|
.idea
|
|
.eggs
|