Skip to content

Commit ea420f9

Browse files
author
Alex G Rice
authored
Fix formatting of .pre-commit-config.yaml (#14)
1 parent 854496e commit ea420f9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

python_seed/template/module/.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ repos:
4040
repo: https://github.com/pre-commit/mirrors-mypy
4141
rev: 'v0.782'
4242
hooks:
43-
- id: mypy
44-
args: [--no-strict-optional, --ignore-missing-imports]s
43+
- id: mypy
44+
args: ['--no-strict-optional', '--ignore-missing-imports']

0 commit comments

Comments
 (0)