Skip to content

Commit a85be73

Browse files
committed
Initial commit of .pre-commit-config.yaml
1 parent 1d74c2c commit a85be73

File tree

2 files changed

+14
-0
lines changed

2 files changed

+14
-0
lines changed

.pre-commit-config.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,13 @@ next_url = page1.next_page_url
196196
page2 = shopify.Product.find(from_=next_url)
197197
```
198198

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+
199206
## Limitations
200207

201208
Currently there is no support for:

0 commit comments

Comments
 (0)