python-fire
python-fire copied to clipboard
lint: configure pre-commit with Ruff
reaction to https://github.com/google/python-fire/pull/549#issuecomment-2365220214
Switch from pylint to Ruff with the same rules to be applied
the Ruff is implemented as pre-commit hook for simplicity
Ah, we might actually need all the "# pylint: " directives for the google-internal fire codebase. Let's hold off on this.
Ah, we might actually need all the "# pylint: " directives for the google-internal fire codebase. Let's hold off on this.
good to know, in such case would nee to keep pylint... :(
@dbieber friendly ping if we shall land it or close it? :)