Commit b3fe526
committed
chore(mypy): Fix before automated tweaks
src/tmuxp/workspace/finders.py:22: error: Incompatible default for argument "extensions" (default has type "None", argument has type "Literal[".yml", ".yaml", ".json"] | list[Literal[".yml", ".yaml", ".json"]]") [assignment]
src/tmuxp/workspace/finders.py:22: note: PEP 484 prohibits implicit Optional. Accordingly, mypy has changed its default to no_implicit_optional=True
src/tmuxp/workspace/finders.py:22: note: Use https://github.com/hauntsaninja/no_implicit_optional to automatically upgrade your codebase1 parent 8ff85c2 commit b3fe526
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
| |||
0 commit comments