Extension for flake8 for validating Python String Formatting Style (SFS)
copied from cf-staging / flake8-sfsFor historical reasons, the Python programming language has accumlated multiple ways to do string formatting. This flake8 plugin exists to let you define which of these styles your project allows from within the flake8 plugin ecosystem. You might use this via a git pre-commit hook, or as part of your continuous integration testing.