Skip to content

Commit

Permalink
Revert mypy changes and add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
allenporter committed Feb 3, 2024
1 parent 42f9385 commit a4597e5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -127,3 +127,5 @@ dmypy.json

# Pyre type checker
.pyre/

.DS_Store
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[mypy]
#plugins = pydantic.mypy
plugins = pydantic.mypy
ignore_missing_imports = True
exclude = (venv|tests)
check_untyped_defs = True
Expand Down

0 comments on commit a4597e5

Please sign in to comment.