diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index e22f9340..8ccffabe 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -48,7 +48,7 @@ repos: - id: trailing-whitespace - repo: https://github.com/commitizen-tools/commitizen - rev: v4.12.0 + rev: v4.13.9 hooks: - id: commitizen additional_dependencies: [cz-conventional-gitmoji] @@ -65,7 +65,7 @@ repos: # additional_dependencies: [black] - repo: https://github.com/codespell-project/codespell - rev: v2.4.1 + rev: v2.4.2 hooks: - id: codespell name: Run codespell to check for common misspellings in files