Skip to content

Commit

Permalink
Change: Update mypy config in pyproject.toml
Browse files Browse the repository at this point in the history
Set which content should be checked by mypy.
  • Loading branch information
bjoernricks committed May 17, 2023
1 parent ac90932 commit f25e03d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -83,4 +83,5 @@ profile = "black"
line_length = 80

[tool.mypy]
files = "autohooks"
ignore_missing_imports = true

0 comments on commit f25e03d

Please sign in to comment.