This project added SQLFluff when the project was much less mature (current pre-commit hook version is 0.9.4, latest is on 3.x.x).
Simply running pre-commit autoupdate results in a lot of broken linting rules - I pretty much need to delete the current SQLFluff configuration and try to find something that's compatible with the Mozilla style guide (is that even the one that I want to follow nowadays?).
This project added SQLFluff when the project was much less mature (current pre-commit hook version is
0.9.4, latest is on3.x.x).Simply running
pre-commit autoupdateresults in a lot of broken linting rules - I pretty much need to delete the current SQLFluff configuration and try to find something that's compatible with the Mozilla style guide (is that even the one that I want to follow nowadays?).