Skip to content

Commit

Permalink
clean up pyproject toml 2
Browse files Browse the repository at this point in the history
  • Loading branch information
erichesse committed Feb 1, 2024
1 parent caa368f commit 9f555ca
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 @@ -51,7 +51,7 @@ strict = true
plugins = ["pydantic.mypy"]

[[tool.mypy.overrides]]
module = ['langdetect.*']
module = 'langdetect.*'
ignore_missing_imports = true

[tool.pydantic-mypy]
Expand Down

0 comments on commit 9f555ca

Please sign in to comment.