Skip to content

Commit 8830891

Browse files
authored
Merge pull request #1 from IndicoDataSolutions/main
Push Upstream
2 parents d1bac42 + 5daa1ca commit 8830891

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ pip3 install cookiecutter
3434
## Usage
3535

3636
```bash
37-
cookiecutter gh:sihrc/cookiecutter-poetry-py3-10
37+
cookiecutter gh:IndicoDataSolutions/cookiecutter-poetry-py3-10
3838
```
3939

4040
The cookiecutter generation hooks will automatically setup all features and dependency necessary for this project.
@@ -54,6 +54,7 @@ repos:
5454
hooks:
5555
- id: isort
5656
name: isort (python)
57+
args: ["--profile", "black"]
5758
- repo: https://github.com/psf/black
5859
rev: 22.3.0
5960
hooks:

0 commit comments

Comments
 (0)