1
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 14, 2024 — Sep 14, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
docs/docstrings: replace links to Python 3.7 docs w/links to 3.11 pages
dgw
More... over 2 years ago
build, meta: drop Python 3.7 support, checks, and CI job
dgw
More... over 2 years ago
Makefile: have mypy check untyped defs by default
dgw
More... over 2 years ago
tld: handle mixed-type values in `params` arg to `requests.get()`
dgw
More... over 2 years ago
tld: fix reassigning local `str` variable as `List[str]`
dgw
More... over 2 years ago
tld: fix assigning a dict to an attribute originally defined as a list
dgw
More... over 2 years ago
meetbot: type hint for `meeting_actions`
dgw
More... over 2 years ago
dev-requirements: bump mypy min/max version
dgw
More... over 2 years ago
ip: avoid name re-use More... over 2 years ago
ip: handle possible None value for AS organization More... over 2 years ago
remind: initialize duration with float value More... over 2 years ago
remind: annotate reminder dictionary More... over 2 years ago
translate: add annotations, sub empty tuple for False as sentinel value More... over 2 years ago
wiktionary: add annotation for definitions More... over 2 years ago
plugins.rules: replace map with generator comprehension More... over 2 years ago
plugins.jobs: resolve type conflict with base class More... over 2 years ago
dice: narrow type of regex match More... over 2 years ago
plugins.handlers: handle case when __doc__ is defined as None More... over 2 years ago
plugins: handle case where importlib returns None More... over 2 years ago
plugins.handlers: handle cases where importlib may return None More... over 2 years ago
units: use float values to appease the type-checker More... over 2 years ago
units: add type-narrowing helper for pattern matching More... over 2 years ago
plugin: type-hint `example` class + fix minor typing issue
dgw
More... over 2 years ago
config.types: minor type hinting tweaks
dgw
More... over 2 years ago
loader: mypy needs one (1) real type hint to do its job
dgw
More... over 2 years ago
tools.web: type fixes + add tests for `iri_to_uri()`
dgw
More... over 2 years ago
bot: no need to `.get()` when we've already checked `in`
dgw
More... over 2 years ago
cli.run: 'action' option can never be None, so why default to that?
dgw
More... over 2 years ago
cli.plugins: tweaks to fix typing errors
dgw
More... over 2 years ago
remind: fix import streamlining gone haywire
dgw
More... over 2 years ago