PyCQA / modernize

Modernizes Python code for eventual Python 3 migration. Built on top of fissix (a fork of lib2to3)
https://modernize.readthedocs.org/
Other
355 stars 51 forks source link

Add https://pre-commit.com metadata #174

Closed asottile closed 6 years ago

asottile commented 6 years ago

This is WIP, I wanted to get some feedback on whether this is desirable and if so where to document this :)

pre-commit is a mutli-language git hooks framework and perhaps more importantly a linter-runner framework.

This metadata makes it very easy to add python-modernize to a repository that's already using the pre-commit framework.

takluyver commented 6 years ago

I haven't used pre-commit myself, but if this bit of metadata helps people, I'm happy for it to go in. I'll leave it a couple of days in case the other maintainers have any feedback. If not, feel free to ping me a reminder about it.