brunette
brunette copied to clipboard
🟤 A best practice Python code formatter
`brunette >= 2.6.0` is pinning `black` to older versions, but in my (light) testing everything seems to work fine for me with `black-22.3.0`. I assume there's some corner-case that my...
I'm not 100% here but `--single-quotes` stopped working and i started getting some type errors and i _think_ its related to some cmypy/cython optimizations they did. I'm still investigating so...
On a fresh install: ImportError: cannot import name 'PY36_VERSIONS' from 'black' (/venv/lib/python3.9/site-packages/black/__init__.py)
`pip install -U brunette`: v 0.1.7 installed. The following commands I all ran in the latest cloned git master of brunette: Reformat the current directory with default settings with black:...