We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 854496e commit ea420f9Copy full SHA for ea420f9
1 file changed
python_seed/template/module/.pre-commit-config.yaml
@@ -40,5 +40,5 @@ repos:
40
repo: https://github.com/pre-commit/mirrors-mypy
41
rev: 'v0.782'
42
hooks:
43
- - id: mypy
44
- args: [--no-strict-optional, --ignore-missing-imports]s
+ - id: mypy
+ args: ['--no-strict-optional', '--ignore-missing-imports']
0 commit comments