diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b7651b4..84347d0 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/commitizen-tools/commitizen - rev: v3.28.0 + rev: v3.29.0 hooks: - id: commitizen stages: [commit-msg] @@ -12,7 +12,7 @@ repos: # - id: poetry-export # args: ["-f", "requirements.txt", "-o", "requirements.txt"] - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.11.0 # Use the sha / tag you want to point at + rev: v1.11.1 # Use the sha / tag you want to point at hooks: - id: mypy additional_dependencies: [types-all] @@ -36,7 +36,7 @@ repos: - id: isort name: isort (python) - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.8.0 hooks: - id: black - repo: https://github.com/pre-commit/pre-commit-hooks @@ -47,7 +47,7 @@ repos: - id: check-yaml - id: check-added-large-files - repo: https://github.com/PyCQA/flake8 - rev: 7.1.0 + rev: 7.1.1 hooks: - id: flake8 - repo: "https://github.com/citation-file-format/cffconvert"