generated from KOLANICH/python_project_boilerplate.py
A monkey-patch for
black uncompromising Python source code reformatter, coercing it to use tabs for indentation instead of cargo cult spaces.
- Python 100%
| .ci | ||
| .github | ||
| antiflash | ||
| tests | ||
| .editorconfig | ||
| .gitignore | ||
| .gitlab-ci.yml | ||
| Code_Of_Conduct.md | ||
| MANIFEST.in | ||
| pyproject.toml | ||
| ReadMe.md | ||
| UNLICENSE | ||
antiflash.py 
wheel (GitLab)
wheel (GHA via nightly.link)
A monkey-patch for black uncompromising Python source code reformatter, coercing it to use tabs for indentation instead of cargo cult spaces.
antiflash is white coating applied to nuclear-carrying bombers to protect them from overheating from light emitted by nuclear explosion.
Limitations
- It monkey-patches
blackto use tabs. It doesn't create any branches inblack. It just replaces hardcoded 4 spaces with a hardcoded\t. After the monkey-patch is applied,blackitself will use tabs. - So, importing this package produces a side effect. So it is only useful in situations where only
antiflashis needed, notantiflashandblacksimultaniously.