We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f22b6b1 commit 25cd3faCopy full SHA for 25cd3fa
mypy.ini
@@ -5,3 +5,4 @@ show_column_numbers = true
5
show_error_codes = true
6
pretty = true
7
warn_unreachable = True
8
+local_partial_types = true
schema_salad/tests/test_cg.py
@@ -86,9 +86,6 @@ def test_import() -> None:
86
} == rs.save()
87
88
89
-maxDiff = None
90
-
91
92
def test_import2() -> None:
93
path = get_data("tests/docimp/d1.yml")
94
assert path
0 commit comments