├── .gitignore ├── LICENSE ├── README.md └── list-archived.sh /.gitignore: -------------------------------------------------------------------------------- 1 | .hypothesis/ 2 | .pytest_cache/ 3 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/life4/awesome-python-code-formatters/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/life4/awesome-python-code-formatters/HEAD/README.md -------------------------------------------------------------------------------- /list-archived.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/life4/awesome-python-code-formatters/HEAD/list-archived.sh --------------------------------------------------------------------------------