Skip to content

Commit b400498

Browse files
committed
mypy(shell): Allow untyped calls
I do not think this handled the solution surgically, it seems to force losing safety for the rule across a *whole file* rather than surgically at the offending line. See also: python/mypy#12076, python/mypy#13512
1 parent 4eac816 commit b400498

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/tmuxp/shell.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
# mypy: allow-untyped-calls
12
"""Utility and helper methods for tmuxp."""
23

34
import logging

0 commit comments

Comments
 (0)