We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5aac877 + 49150be commit 3665ff0Copy full SHA for 3665ff0
PROMPTS.md
@@ -145,7 +145,7 @@ your package's root directory.
145
146
## install_precommit
147
148
-The default for this prompt is `"n"`.
+The default for this prompt is `"y"`.
149
150
If you choose "y" for this prompt, then [pre-commit](ttps://pre-commit.com/) will be installed.
151
Among other things, it includes checks for code linting and best practices in napari plugins.
copier.yaml
@@ -70,7 +70,7 @@ use_git_tags_for_versioning:
70
help: Use git tags for automatic versioning?
71
type: bool
72
install_precommit:
73
- default: false
+ default: true
74
help: Install pre-commit? (Code formatting checks)
75
76
install_dependabot:
0 commit comments