/ etc / lint-python
lint-python
1  #! /bin/sh
2  ruff check --fix \
3  	--output-format=pylint --respect-gitignore \
4  	"$@"
5  
6  # vim: tabstop=3 shiftwidth=3 noexpandtab ff=unix