diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index cdd4b7c..b02ab5e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -20,20 +20,20 @@ repos: hooks: - id: black - repo: https://github.com/hakancelikdev/unimport - rev: 1.3.0 + rev: 1.3.1 hooks: - id: unimport files: ^src/ language_version: python3.12 - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort name: isort-package files: ^src/ args: [--settings-file, tox.ini] - repo: https://github.com/PyCQA/isort - rev: 7.0.0 + rev: 8.0.0 hooks: - id: isort name: isort-stubs @@ -71,7 +71,7 @@ repos: files: ^src/ args: [--config, tox.ini] - repo: https://github.com/commitizen-tools/commitizen - rev: v4.13.7 + rev: v4.13.8 hooks: - id: commitizen - id: commitizen-branch