Skip to content

Commit

Permalink
Fix mypy config
Browse files Browse the repository at this point in the history
  • Loading branch information
Pwuts committed Aug 24, 2023
1 parent f871688 commit 1b618fd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions mypy.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
[mypy]
follow_imports = skip
check_untyped_defs = True
disallow_untyped_calls = True
disallow_untyped_defs = True
files = autogpt/**/*.py,tests/**/*.py

[mypy-tests.*]
disallow_untyped_defs = False
Expand Down

0 comments on commit 1b618fd

Please sign in to comment.