Skip to content

Commit

Permalink
Exclude .venv from mypy
Browse files Browse the repository at this point in the history
  • Loading branch information
JakobEdding committed Jun 24, 2024
1 parent 1fef977 commit 9e8134b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ disable_error_code = import
warn_no_return = False
# don't skip functions which are unannotated, such as tests
check_untyped_defs = True
exclude = ['.venv/']

[tool:pytest]
testpaths =
Expand Down

0 comments on commit 9e8134b

Please sign in to comment.