pre-commit/tests
Mark Mayo 43e9a86394 some updates and fixes
Didn't get around to it in my previous attempt, so doing it now.
 - updated deprecated .warn() to .warning()
 - unnecessary f-strings
 - imported sys to allow sys.exit calls instead of exit
 - simplified some not checks
 - replaced type with isinstance
 -
2023-04-17 12:02:39 +12:00
..
commands Add pre-rebase hook support 2023-03-11 15:17:42 -05:00
languages some updates and fixes 2023-04-17 12:02:39 +12:00
meta_hooks drop python 3.6 support 2022-01-18 18:44:20 -05:00
__init__.py Initial commit. 2014-03-12 20:25:19 -07:00
all_languages_test.py move languages.all and languages.helpers out of languages 2023-02-20 18:03:45 -05:00
clientlib_test.py make --hook-type and stages match 2023-03-11 14:26:14 -05:00
color_test.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
conftest.py Change cmd_output_bs retcode arg to a boolean check 2022-10-30 14:49:42 -05:00
envcontext_test.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
error_handler_test.py some updates and fixes 2023-04-17 12:02:39 +12:00
git_test.py Change cmd_output_bs retcode arg to a boolean check 2022-10-30 14:49:42 -05:00
lang_base_test.py improve unit test coverage of lang_base 2023-02-20 21:32:32 -05:00
logging_handler_test.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
main_test.py make --hook-type and stages match 2023-03-11 14:26:14 -05:00
output_test.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
parse_shebang_test.py prefer sys.platform over os.name when checking for windows OS 2023-03-03 22:13:07 -06:00
prefix_test.py drop python 3.6 support 2022-01-18 18:44:20 -05:00
repository_test.py move slowest python-specific tests out of repository_test 2023-03-12 08:24:38 -05:00
staged_files_only_test.py fix trailing whitespace in CalledProcessError output 2023-02-21 12:42:09 -05:00
store_test.py remove sorting for repo key for additional_deps 2023-02-22 20:31:14 -05:00
util_test.py fix trailing whitespace in CalledProcessError output 2023-02-21 12:42:09 -05:00
xargs_test.py prefer sys.platform over os.name when checking for windows OS 2023-03-03 22:13:07 -06:00