diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index a22ac4c..a893fcd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -7,7 +7,7 @@ ci: repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.3.0 + rev: v4.5.0 hooks: - id: trailing-whitespace - id: end-of-file-fixer @@ -16,7 +16,7 @@ repos: args: [--branch, staging, --branch, main] - id: requirements-txt-fixer - repo: https://github.com/psf/black - rev: 22.6.0 + rev: 24.2.0 hooks: - id: black - repo: https://github.com/pycqa/isort @@ -30,6 +30,6 @@ repos: - id: buildifier - id: buildifier-lint - repo: https://github.com/pre-commit/mirrors-mypy - rev: v0.991 + rev: v1.8.0 hooks: - id: mypy