Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial static typing refactor #5

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

Conversation

trinitronx
Copy link
Contributor

No description provided.

@trinitronx trinitronx added the enhancement New feature or request label Aug 11, 2023
@trinitronx trinitronx self-assigned this Aug 11, 2023
MyPy warning was:

    src/waybar_check_gmail/config/config.py:73:20:73:46: error: Non-overlapping identity check (left operand type: "Union[str, bool, None]", right operand type: "Type[bool]")  [comparison-overlap]
                        if self._map[sec][key] is bool:
                           ^~~~~~~~~~~~~~~~~~~~~~~~~~~
    Found 1 error in 1 file (checked 1 source file)
@trinitronx trinitronx force-pushed the initial-static-typing-refactor branch from ab22cb9 to f5c3673 Compare August 11, 2023 10:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant