
* Adding documentation to the README for import errors in vim I had the same issue as psf/black#1148 and have been searching for a solution to this. I realized that you cannot fix it by change anything in the code, but by re-compiling the C extensions of regex and typed-ast. Installing this packages from the tarballs solves the problem. * Fixing a bad copy&paste Co-Authored-By: Hugo van Kemenade <hugovk@users.noreply.github.com> * chore: changed made by pre-commit * chore: better way of dealing with non-binary installs * chore: adding vim cache files to the ignore list Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
17 lines
170 B
Plaintext
17 lines
170 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
|
|
.dmypy.json
|
|
*.swp
|