typo in mypy flags

This commit is contained in:
David Doblas Jiménez 2022-02-27 20:21:35 +01:00
parent 5f17db1f8c
commit 07d4e58a63
1 changed files with 2 additions and 3 deletions

View File

@ -56,6 +56,5 @@ exclude = '''
[tool.mypy]
pretty = true
show_traceback = true
color_output = true
allow_redefinition = true
show-traceback = true
allow-redefinition = true