ci: check python file formatting

Previously, postgrest-style would reformat python files, but their
formatting wasn't enforced.
This commit is contained in:
Robert Vollmert
2022-08-02 09:24:14 +02:00
committed by Robert
parent e7b69cb99c
commit bfacec3a67
+1 -1
View File
@@ -46,7 +46,7 @@ let
trap "echo postgrest-style-check failed. Run postgrest-style to fix issues automatically." ERR
${git}/bin/git diff-index --exit-code HEAD -- '*.hs' '*.lhs' '*.nix'
${git}/bin/git diff-index --exit-code HEAD -- '*.hs' '*.lhs' '*.nix' '*.py'
'';
lint =