Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Config(): Fix bool comparison to match types (mypy --strict)
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)
- Loading branch information