Skip to content

Commit

Permalink
Exclude library.py from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
MrFizzyBubbs committed Jul 27, 2023
1 parent 1f0b8d3 commit a4201ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,10 @@ ignore = [
[tool.mypy]
ignore_missing_imports = true

[tool.mypy-pymafia.ash.library.py]
disable_error_code = "misc" # Disable "Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader"
[[tool.mypy.overrides]]
# Disable error: Overloaded function signature 2 will never be matched: signature 1's parameter type(s) are the same or broader [misc]
module = "pymafia.ash.library"
ignore_errors = true

[tool.yamlfix]
explicit_start = false
Expand Down

0 comments on commit a4201ba

Please sign in to comment.