ci: update mypy config and make ruff config more consistent with other projects
This commit is contained in:
parent
d58453410c
commit
e4cdb74ea3
13 changed files with 32 additions and 38 deletions
|
@ -6,7 +6,7 @@ warnings.high('my.coding.github is deprecated! Please use my.github.all instead!
|
|||
# todo why aren't DeprecationWarning shown by default??
|
||||
|
||||
if not TYPE_CHECKING:
|
||||
from ..github.all import events, get_events
|
||||
from ..github.all import events, get_events # noqa: F401
|
||||
|
||||
# todo deprecate properly
|
||||
iter_events = events
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue