diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 751eee8..e8a7245 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [detect-aws-credentials, pylint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: check-added-large-files args: [--maxkb=100] @@ -21,7 +21,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.1" + rev: "v2.3.0" hooks: - id: mypy additional_dependencies: @@ -34,7 +34,7 @@ repos: - id: sigoptlint-python args: [--include=NoImportLibsigoptComputeRule] - repo: https://github.com/PyCQA/isort.git - rev: "6.0.1" + rev: "9.0.0b1" hooks: - id: isort - repo: https://github.com/sigopt/black.git