Skip to content

Commit

Permalink
resolve mypy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
synacktraa committed Oct 3, 2024
1 parent 5546618 commit 8bc2b73
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 @@ -41,7 +41,7 @@ check_untyped_defs = "True"
warn_return_any = "True"
warn_unused_ignores = "True"
show_error_codes = "True"
disable_error_code = ["arg-type", "no-any-return", "misc", "assignment", "import-not-found", "unused-ignore", "attr-defined", "valid-type"]
disable_error_code = ["arg-type", "no-any-return", "misc", "assignment", "import-not-found", "unused-ignore", "attr-defined", "valid-type", "var-annotated"]

[tool.deptry]
ignore = ["DEP001"]
Expand Down

0 comments on commit 8bc2b73

Please sign in to comment.