We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1bac42 + 5daa1ca commit 8830891Copy full SHA for 8830891
README.md
@@ -34,7 +34,7 @@ pip3 install cookiecutter
34
## Usage
35
36
```bash
37
-cookiecutter gh:sihrc/cookiecutter-poetry-py3-10
+cookiecutter gh:IndicoDataSolutions/cookiecutter-poetry-py3-10
38
```
39
40
The cookiecutter generation hooks will automatically setup all features and dependency necessary for this project.
@@ -54,6 +54,7 @@ repos:
54
hooks:
55
- id: isort
56
name: isort (python)
57
+ args: ["--profile", "black"]
58
- repo: https://github.com/psf/black
59
rev: 22.3.0
60
0 commit comments