black/.gitignore
Sagi Shadur 407052724f
Switch to pytest and tox (#1763)
* Add venv to .gitignore

* Use tox to run tests

* Make fuzz run in tox

* Split tests files

* Fix import error
2020-10-19 10:35:26 -07:00

18 lines
192 B
Plaintext

.coverage
_build
.DS_Store
.vscode
docs/_static/pypi.svg
.tox
__pycache__
black.egg-info
build/
dist/
pip-wheel-metadata/
src/_black_version.py
.idea
.eggs
.dmypy.json
*.swp
.hypothesis/
venv/