Instead of running pre-commit on all feature provided by pyupgrade, I want to run only for a few or just one. For example: I want to use only for Invalid escape sequences in my code base. Is it possible to use it for a certain features like this? Sorry, I could not find any help on this. Kindly let me know if there is any.
Hello world,
Instead of running pre-commit on all feature provided by pyupgrade, I want to run only for a few or just one. For example: I want to use only for
Invalid escape sequences
in my code base. Is it possible to use it for a certain features like this? Sorry, I could not find any help on this. Kindly let me know if there is any.Thank you.