Skip to content

Commit d93c6ec

Browse files
authored
mypy false by default
1 parent 548aaa9 commit d93c6ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cookiecutter.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"backend": [
1818
"hatch"
1919
],
20-
"mypy": true,
20+
"mypy": false,
2121
"__year": "{% now 'utc', '%Y' %}",
2222
"__project_slug": "{{ cookiecutter.project_name | lower | replace('-', '_') | replace('.', '_') }}",
2323
"__type": "{{ 'pure' }}",

0 commit comments

Comments
 (0)