issues
search
ikamensh
/
flynt
A tool to automatically convert old string literal formatting to f-strings
MIT License
689
stars
33
forks
source link
pre-commit: updates + isort + autoflake + bandit
#152
Closed
akx
closed
2 years ago
akx
commented
2 years ago
This PR:
updates pre-commit hooks using
pre-commit autoupdate
adds the
isort
import sorting lint
adds the
autoflake
dead-code removal lint
corrects the Bandit pre-commit configuration to be actually read (see
https://github.com/PyCQA/bandit/issues/902
)
switches CI to use
https://github.com/pre-commit/action
This PR:
pre-commit autoupdate
isort
import sorting lintautoflake
dead-code removal lint