diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 58e6d3c..09fd34e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,11 +1,5 @@ # pre-commit plugin configuration # See https://pre-commit.com for more information -default_install_hook_types: - - prepare-commit-msg - - post-commit - - post-rewrite - - pre-push - repos: - repo: https://github.com/jedie/cli-base-utilities rev: v0.23.1 diff --git a/README.md b/README.md index 4809606..001059a 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,7 @@ To make a new release, do this: [comment]: <> (✂✂✂ auto generated history start ✂✂✂) * [**dev**](https://github.com/jedie/PyInventory/compare/v0.21.2...main) + * 2025-09-20 - pre-commit: remove "default_install_hook_types" * 2025-09-20 - Remove obsolete config files * 2025-09-20 - Update ReadmeHistoryTestCase * 2025-09-20 - Update requirements