fix: add missing test

This commit is contained in:
Ariel D'Alessandro 2023-12-24 16:28:18 +01:00 committed by Gaétan Lepage
parent 08b055af7e
commit c11158c73e

View file

@ -105,6 +105,7 @@
isort.enable = true; isort.enable = true;
jq.enable = true; jq.enable = true;
markdownlint.enable = true; markdownlint.enable = true;
pint.enable = true;
protolint.enable = true; protolint.enable = true;
rustfmt.enable = true; rustfmt.enable = true;
sqlfluff.enable = true; sqlfluff.enable = true;