johnthagen / python-blueprint

🐍 Example Python project using best practices 🥇

Home Page:https://johnthagen.github.io/python-blueprint/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pyupgrade Integration

johnthagen opened this issue · comments

Consider including https://github.com/asottile/pyupgrade as a way to lint against old code forms.

Pyupgrade's position is that it should/must be used with pre-commit, thus there are no basic features for configuration, or pointing it at a directory. Due to this, I don't see it ever being able to become a standard tool that would be run as a sort of lint in python-blueprint: