Adding pyupgrade to .pre-commit-config.yml #1083
kulbachcedric
started this conversation in
Ideas
Replies: 1 comment
-
Hey, I guess it doesn't hurt. Some of it looks redundant with black, but I do see the benefits of it. I don't see any reason to say no, except that it's yet another (dev) dependency. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
what do you think about adding
pyupgrade
to the.pre-commit-config.yml
?However, when running
pyupgrade
on all.py
files e.g.pyupgrade "find . -name "*.py"
there are quite some changes within the repository.Beta Was this translation helpful? Give feedback.
All reactions