graphene/bin/autolinter

5 lines
107 B
Plaintext
Raw Normal View History

#!/bin/bash
autoflake ./ -r --remove-unused-variables --remove-all-unused-imports --in-place
isort -rc .