| Commit message (Expand) | Author | Age | Files | Lines |
* | fix: incorrect PathLike corrected | Predeactor | 2022-08-07 | 1 | -2/+2 |
* | fix: remove bytes type of PathLike | Predeactor | 2022-08-07 | 1 | -1/+1 |
* | Fix typehinting for PathLike | Predeactor | 2022-07-31 | 1 | -10/+3 |
* | can flake be tamed?black-fmt | Sebastian Thiel | 2022-05-18 | 1 | -0/+1 |
* | reformat according to 'black' configuration file. | Sebastian Thiel | 2022-05-18 | 1 | -9/+3 |
* | Run everything through 'black' | Sebastian Thiel | 2022-05-18 | 1 | -15/+46 |
* | Fix various typos | luz paz | 2022-05-07 | 1 | -1/+1 |
* | Test Dataclass in repo.base.blame() | Yobmod | 2021-08-02 | 1 | -1/+1 |
* | fix rdereddict, cannot subclass typing-extensiosn version | Yobmod | 2021-07-24 | 1 | -2/+2 |
* | put ordereddict behind py version guard | Yobmod | 2021-07-24 | 1 | -2/+3 |
* | Replace all Typeguard with cast, revert update to typing-extensions==3.10.0 | Yobmod | 2021-07-24 | 1 | -7/+7 |
* | update types in types.py | Yobmod | 2021-07-19 | 1 | -3/+2 |
* | Make has_repo protocol runtime checkable and use in Diffable | Yobmod | 2021-07-09 | 1 | -5/+20 |
* | Rmv circular import, create Has_id_attribute Protocol instead | Yobmod | 2021-07-09 | 1 | -2/+8 |
* | Finish initial typing of index folder | Yobmod | 2021-07-08 | 1 | -6/+4 |
* | Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi... | Yobmod | 2021-07-08 | 1 | -12/+3 |
* | Rmv runtime_checkable < py3.8 pt2 | Yobmod | 2021-07-06 | 1 | -1/+1 |
* | Rmv runtime_checkable < py3.8 | Yobmod | 2021-07-06 | 1 | -1/+1 |
* | Fix for mrepo2 | Yobmod | 2021-07-06 | 1 | -1/+9 |
* | Fix for mrepo | Yobmod | 2021-07-06 | 1 | -1/+1 |
* | Fix Literal Typeguards | Yobmod | 2021-07-06 | 1 | -4/+4 |
* | Improve types of @unbare_repo and @git_working_dir decorators | Yobmod | 2021-07-06 | 1 | -0/+1 |
* | Add Literal_config_levels.__args__ | Yobmod | 2021-07-05 | 1 | -1/+5 |
* | Rmv is_config_level() and get_args(), not worth the trouble | Yobmod | 2021-07-05 | 1 | -9/+2 |
* | fix is_config_level for < 3.8 | Yobmod | 2021-07-05 | 1 | -2/+5 |
* | put typing_extensions.get_types() behind python version guard | Yobmod | 2021-07-05 | 1 | -3/+3 |
* | Fix IndexFile forwardref | Yobmod | 2021-07-05 | 1 | -2/+0 |
* | Improve typing of config_levels, add assert_never() | Yobmod | 2021-07-05 | 1 | -1/+28 |
* | Flake 8 fix | Yobmod | 2021-06-30 | 1 | -1/+1 |
* | Put protocol behind py version check | Yobmod | 2021-06-30 | 1 | -6/+2 |
* | Type Traversable/list_traverse() better, make IterablleObj a protocol | Yobmod | 2021-06-30 | 1 | -1/+5 |
* | Type Traversable.traverse() better, start types of submodule | Yobmod | 2021-06-30 | 1 | -1/+8 |
* | Import TypeGuard to replace casts | Yobmod | 2021-06-24 | 1 | -0/+5 |
* | Add T_Tre_cache TypeVar | Yobmod | 2021-06-24 | 1 | -1/+1 |
* | Add typedDict | Yobmod | 2021-06-24 | 1 | -3/+21 |
* | Update typing-extensions version in requirements.txt | Yobmod | 2021-06-23 | 1 | -6/+3 |
* | Add types to config.py GitConfigParser ._assure_writable .add_section .read_o... | yobmod | 2021-05-09 | 1 | -1/+1 |
* | Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_valu... | yobmod | 2021-05-08 | 1 | -2/+4 |
* | copy sys.version checks for literal and final to git.types | yobmod | 2021-05-03 | 1 | -0/+5 |
* | add initial types to remote.py | yobmod | 2021-05-03 | 1 | -2/+16 |
* | move cmd.py types to another branch, mark typing import as unused | yobmod | 2021-02-28 | 1 | -3/+3 |
* | add py.typed, mypy.ini and git/types.py | yobmod | 2021-02-28 | 1 | -0/+6 |