diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 91f91e4..bfe9521 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: v4.4.0 + rev: v4.5.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.5.1" + rev: "v1.8.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: "5.12.0" + rev: "5.13.2" hooks: - id: isort - repo: https://github.com/sigopt/black.git