Skip to content

Commit b378309

Browse files
committed
MyPy plugin
1 parent a9ed2e9 commit b378309

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.python-lint

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ ignored-classes=optparse.Values,thread._local,_thread._local
203203
# and thus existing member attributes cannot be deduced by static analysis). It
204204
# supports qualified module names, as well as Unix pattern matching.
205205
# We ignore Pulumi modules since we don't list them in pyproject.toml.
206-
ignored-modules=pulumi,pulumi_random,pulumi_azure_native,pulumi_postgresql
206+
ignored-modules=
207207

208208
# Show a hint with possible names when a member name was not found. The aspect
209209
# of finding the hint is based on edit distance.

mypy.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
[mypy]
22
disallow_untyped_defs = True
33
ignore_missing_imports = True
4-
plugins = sqlmypy, pydantic.mypy
4+
plugins = pydantic.mypy

0 commit comments

Comments
 (0)