squawk-cli 1.5.4__py3-none-macosx_11_0_arm64.whl → 1.6.0__py3-none-macosx_11_0_arm64.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Binary file
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: squawk-cli
|
3
|
-
Version: 1.
|
3
|
+
Version: 1.6.0
|
4
4
|
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
|
5
5
|
Classifier: Operating System :: MacOS
|
6
6
|
Classifier: Operating System :: Microsoft :: Windows
|
@@ -193,13 +193,13 @@ See the ["GitHub Integration" docs](https://squawkhq.com/docs/github_app) for mo
|
|
193
193
|
Integrate Squawk into Git workflow with [pre-commit](https://pre-commit.com/). Add the following
|
194
194
|
to your project's `.pre-commit-config.yaml`:
|
195
195
|
|
196
|
-
```
|
196
|
+
```yaml
|
197
197
|
repos:
|
198
198
|
- repo: https://github.com/sbdchd/squawk
|
199
199
|
rev: v0.10.0
|
200
200
|
hooks:
|
201
|
-
|
202
|
-
|
201
|
+
- id: squawk
|
202
|
+
files: path/to/postgres/migrations/written/in/sql
|
203
203
|
```
|
204
204
|
|
205
205
|
Note the `files` parameter as it specifies the location of the files to be linted.
|
@@ -217,6 +217,7 @@ Note the `files` parameter as it specifies the location of the files to be linte
|
|
217
217
|
- <https://github.com/AdmTal/PostgreSQL-Query-Lock-Explainer>
|
218
218
|
- <https://github.com/stripe/pg-schema-diff>
|
219
219
|
- <https://github.com/kristiandupont/schemalint>
|
220
|
+
- <https://github.com/supabase-community/postgres-language-server>
|
220
221
|
|
221
222
|
## related blog posts / SE Posts / PG Docs
|
222
223
|
|
@@ -0,0 +1,4 @@
|
|
1
|
+
squawk_cli-1.6.0.dist-info/METADATA,sha256=HRi5ixTmllerjvbNYHaflWa0dmWrZs1PtaMtS-AQL6Q,8969
|
2
|
+
squawk_cli-1.6.0.dist-info/WHEEL,sha256=BIHewG3xDASNrCQSw936TG4pT5uL1AnxgJ7f_yNgUy0,101
|
3
|
+
squawk_cli-1.6.0.data/scripts/squawk,sha256=OSj0AU0mDd9EeuhAf5LRGTCQWwrwlBk2vDvzbArRaWk,7640256
|
4
|
+
squawk_cli-1.6.0.dist-info/RECORD,,
|
@@ -1,4 +0,0 @@
|
|
1
|
-
squawk_cli-1.5.4.dist-info/METADATA,sha256=n3NMQJ6gwAlAZlbFxfYwgCT_R7dKgRgd9R2SEsh_I4A,8895
|
2
|
-
squawk_cli-1.5.4.dist-info/WHEEL,sha256=wqKk6dS6XIEaB6XGHxfTFiDKoTfKjQftd4mnuTptnjw,101
|
3
|
-
squawk_cli-1.5.4.data/scripts/squawk,sha256=z4oAfRoO7mz95s6-RaDUOdtaz984R9AIdYTAYE6M6sQ,7618640
|
4
|
-
squawk_cli-1.5.4.dist-info/RECORD,,
|