From cecd017ce579177e51986019b4c638ac37a576fa Mon Sep 17 00:00:00 2001 From: John Pruitt Date: Mon, 6 Jan 2025 11:03:52 -0600 Subject: [PATCH] chore: re-enable pgspot linting now that pgspot bug is fixed --- projects/extension/build.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/extension/build.py b/projects/extension/build.py index b821ffa0d..b1b64b030 100755 --- a/projects/extension/build.py +++ b/projects/extension/build.py @@ -652,7 +652,7 @@ def lint_py() -> None: def lint() -> None: lint_py() - # lint_sql() # TODO: enable this when pgspot is fixed + lint_sql() def format_py() -> None: