diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index b1d4348..b09b1bd 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] @@ -27,7 +27,7 @@ repos: args: ["--license=Apache License 2.0", "--owner=Intel Corporation"] - id: sigoptlint-python - repo: https://github.com/PyCQA/isort.git - rev: "6.0.1" + rev: "9.0.0b2" hooks: - id: isort - repo: https://github.com/sigopt/black.git @@ -39,7 +39,7 @@ repos: hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.16.1" + rev: "v2.3.0" hooks: - id: mypy entry: mypy