You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
I found that the pyupgrade check is very common (recommended) and used in many of the big Python based organizations including flask, tablib, pandas, etc. So, it will be nice to have it in our codebase.
Benefits
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
Describe the solution you'd like
The solution would be to update the .pre-commit-config.yaml file by adding this check. Similar to the checks I introduced in this Pull Request.
Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I found that the pyupgrade check is very common (recommended) and used in many of the big
Python
based organizations including flask, tablib, pandas, etc. So, it will be nice to have it in our codebase.Benefits
A tool (and pre-commit hook) to automatically upgrade syntax for newer versions of the language.
Describe the solution you'd like
The solution would be to update the
.pre-commit-config.yaml
file by adding this check. Similar to the checks I introduced in this Pull Request.Describe alternatives you've considered
Additional context
The text was updated successfully, but these errors were encountered: