Skip to content

Commit

Permalink
MyPy plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
Iain-S committed Jul 2, 2024
1 parent a9ed2e9 commit b378309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .python-lint
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
# and thus existing member attributes cannot be deduced by static analysis). It
# supports qualified module names, as well as Unix pattern matching.
# We ignore Pulumi modules since we don't list them in pyproject.toml.
ignored-modules=pulumi,pulumi_random,pulumi_azure_native,pulumi_postgresql
ignored-modules=

# Show a hint with possible names when a member name was not found. The aspect
# of finding the hint is based on edit distance.
Expand Down
2 changes: 1 addition & 1 deletion mypy.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[mypy]
disallow_untyped_defs = True
ignore_missing_imports = True
plugins = sqlmypy, pydantic.mypy
plugins = pydantic.mypy

0 comments on commit b378309

Please sign in to comment.