Skip to content

Commit

Permalink
update mypy rules to not do typed defs change on test files (#554)
Browse files Browse the repository at this point in the history
* update mypy rules to not do typed defs change on test files

* they were actually not test files, some of them
  • Loading branch information
JerrySentry authored May 9, 2024
1 parent dbe28ab commit 88eb3a1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,7 @@ disallow_untyped_defs = True
ignore_missing_imports = True
disable_error_code = attr-defined,import-untyped,name-defined
follow_imports = silent
warn_no_return = False
warn_no_return = False

[mypy-*.tests.*]
disallow_untyped_defs = False
Empty file added plan/tests/__init__.py
Empty file.
File renamed without changes.

0 comments on commit 88eb3a1

Please sign in to comment.