We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d74c2c commit a85be73Copy full SHA for a85be73
.pre-commit-config.yaml
@@ -0,0 +1,7 @@
1
+# See https://pre-commit.com for more information
2
+# See https://pre-commit.com/hooks.html for more hooks
3
+repos:
4
+- repo: https://github.com/pre-commit/pre-commit-hooks
5
+ rev: v3.4.0
6
+ hooks:
7
+ - id: end-of-file-fixer
README.md
@@ -196,6 +196,13 @@ next_url = page1.next_page_url
196
page2 = shopify.Product.find(from_=next_url)
197
```
198
199
+## Development on this repo
200
+Install requirements and initialize [pre-commit](https://pre-commit.com/)
201
+```shell
202
+pip install -r requirements.txt
203
+pre-commit install
204
+```
205
+
206
## Limitations
207
208
Currently there is no support for:
0 commit comments