Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
baodrate committed Mar 1, 2022
1 parent e32af0c commit 1700ef9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ strictParameterNoneValue = true
reportPrivateUsage = "warning"
reportPropertyTypeMismatch = "warning"
reportMissingImports = "error"
reportMissingModuleSource = "erroor"
reportMissingModuleSource = "error"
reportMissingTypeStubs = "error"
reportUnusedImport = false
reportUnusedClass = "error"
Expand Down

0 comments on commit 1700ef9

Please sign in to comment.