Skip to content

Commit

Permalink
mypy(shell): Allow untyped calls
Browse files Browse the repository at this point in the history
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
  • Loading branch information
tony committed Jun 1, 2024
1 parent 4eac816 commit b400498
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/tmuxp/shell.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
# mypy: allow-untyped-calls
"""Utility and helper methods for tmuxp."""

import logging
Expand Down

0 comments on commit b400498

Please sign in to comment.