We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15c8467 commit afc644eCopy full SHA for afc644e
cwl_utils/utils.py
@@ -29,7 +29,7 @@
29
30
fast_yaml = YAML(typ="safe")
31
32
-_USERNS = None
+_USERNS: Optional[bool] = None
33
34
35
def _is_github_symbolic_link(base_url: urllib.parse.ParseResult, contents: str) -> bool:
mypy.ini
@@ -4,5 +4,6 @@ show_column_numbers = true
4
show_error_codes = true
5
pretty = true
6
strict = true
7
+local_partial_types = true
8
[mypy-ruamel.*]
9
ignore_errors = True
0 commit comments