Skip to content

Commit

Permalink
add exceptions for mypy pylint
Browse files Browse the repository at this point in the history
  • Loading branch information
RobFirth committed Feb 15, 2024
1 parent 6ced5a4 commit 02fc85e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ keywords = [ "pre-commit", "hooks",]
warn_return_any = true
warn_unused_configs = true
warn_redundant_casts = true

[[tool.mypy.overrides]]
module = [ "regex", "pylint", "requirements", "toml",]
module = [ "regex", "pylint", "pylint.reporters", "pylint.lint", "requirements", "toml",]
ignore_missing_imports = true

[tool.isort]
Expand Down

0 comments on commit 02fc85e

Please sign in to comment.