Instagram / Fixit

Advanced Python linting framework with auto-fixes and hierarchical configuration that makes it easy to write custom in-repo lint rules.
https://fixit.rtfd.io/en/latest/
Other
669 stars 63 forks source link

Consolidate on `python-version` as the config key #340

Closed amyreese closed 1 year ago

amyreese commented 1 year ago

Stack from ghstack (oldest at bottom):

This resolves the inconsistency between docs and implementation on using python-version as the TOML configuration key, rather than python_version, in to follow precedent of PEP 621, etc.