summaryrefslogtreecommitdiff
path: root/git/config.py
Commit message (Expand)AuthorAgeFilesLines
* get_values eagerly loads sections before returnKent Friesen2023-01-101-0/+1
* Ignore flake8 error.Twist2022-08-241-1/+1
* reformat according to 'black' configuration file.Sebastian Thiel2022-05-181-75/+22
* Run everything through 'black'Sebastian Thiel2022-05-181-86/+188
* Fix various typosluz paz2022-05-071-1/+1
* add type check to conf_encoding (in thoery could be bool or int)Yobmod2021-08-081-10/+1
* Fix trailing whitespace and incorrect overloadEric Wieser2021-08-031-2/+2
* Add overload to get_value()Dominic2021-08-031-6/+5
* rmv 3.6 from CI matrixYobmod2021-08-021-2/+2
* increase mypy strictness (warn unused ignored and warn unreachable)Yobmod2021-08-021-1/+2
* increase mypy strictness (warn unused ignored)Yobmod2021-08-021-8/+8
* replace more TBDs wiht runtime typesYobmod2021-07-311-5/+6
* Add set_dirty_and_flush_changes() types to config.pyYobmod2021-07-311-2/+2
* Add final types to config.pyYobmod2021-07-311-7/+11
* Rmv py 3.10 check for typing.Ordereddict - its deprecated then, but will stil...Yobmod2021-07-281-6/+2
* Add another type ignore for OrdereddictYobmod2021-07-281-2/+2
* change ordereddict guard, add type: ignoreYobmod2021-07-281-2/+7
* Rmv with_metclass() shim againYobmod2021-07-241-2/+1
* fix rdereddict, cannot subclass typing-extensiosn versionYobmod2021-07-241-2/+12
* import ordereddict from typesYobmod2021-07-241-2/+1
* change ordereddict to typing.ordereddictYobmod2021-07-241-1/+2
* Readd with_metaclass shimYobmod2021-07-241-1/+2
* Rmv with_metaclass shim, make section constraint generic wrt its configparser...Yobmod2021-07-241-31/+24
* Replace all Typeguard with cast, revert update to typing-extensions==3.10.0Yobmod2021-07-241-3/+3
* Change remaining type comments to py3.6+ typesYobmod2021-07-191-8/+10
* Make types in refs compatible with previousYobmod2021-07-191-1/+1
* Make has_repo protocol runtime checkable and use in DiffableYobmod2021-07-091-2/+2
* Increase mypy strictness (no_implicit_optional & warn_redundant_casts) and fi...Yobmod2021-07-081-2/+3
* Make bytesIO forwardrefYobmod2021-07-051-3/+3
* Add types to submodule.util.pyYobmod2021-07-051-4/+5
* Improve BlameEntry.commit typingYobmod2021-07-051-2/+2
* Improve typing of config_levels, add assert_never()Yobmod2021-07-051-15/+16
* Add missed types to Commit, uncomment to_native_path_linux()Yobmod2021-07-011-0/+10
* Type Traversable.traverse() better, start types of submoduleYobmod2021-06-301-3/+1
* Add types to config.py GitConfigParser ._assure_writable .add_section .read_o...yobmod2021-05-091-15/+17
* Add types to config.py GitConfigParser .write() ._write() .items() .items_all()yobmod2021-05-091-8/+10
* Add types to config.py GitConfigParser .read()yobmod2021-05-091-11/+17
* Add types to config.py GitConfigParser .release() ._read() ._has_includes() ....yobmod2021-05-081-14/+16
* Add types to config.py GitConfigParser .__init__() .aquire_lock()yobmod2021-05-081-17/+26
* Add types to config.py class _OMDyobmod2021-05-081-13/+20
* Add types to config.py class SectionConstraintyobmod2021-05-081-10/+10
* Add types to config.py CONFIG_LEVELS, MetaParserBuilder.__new__() .needs_valu...yobmod2021-05-081-8/+8
* flake8 fixesyobmod2021-05-081-2/+13
* add initial types to remote.pyyobmod2021-05-031-4/+3
* start add types to util.pyyobmod2021-02-281-1/+3
* Ensure that detached HEAD does not raise when comparing branch name.Jeremy Retailleau2020-09-031-1/+7
* Reformat code to remove unnecessary indentationJeremy Retailleau2020-09-031-29/+31
* Add missing blank lineJeremy Retailleau2020-09-021-0/+1
* Add missing rules to match hierarchy pathJeremy Retailleau2020-09-021-12/+16
* Fix logic to properly compare glob pattern to valueJeremy Retailleau2020-09-021-15/+16