diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 2eec595..92c644d 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -2,7 +2,7 @@ ci: skip: [detect-aws-credentials, eslint, pylint] repos: - repo: https://github.com/pre-commit/pre-commit-hooks.git - rev: v5.0.0 + rev: v6.0.0 hooks: - id: no-commit-to-branch args: [--branch=main] @@ -21,7 +21,7 @@ repos: - id: requirements-txt-fixer - id: trailing-whitespace - repo: https://github.com/PyCQA/bandit.git - rev: "1.7.10" + rev: "1.9.2" hooks: - id: bandit args: [-q, -c, pyproject.toml] @@ -33,7 +33,7 @@ repos: args: ["--license=Apache License 2.0", "--owner=Intel Corporation"] - id: sigoptlint-python - repo: https://github.com/PyCQA/isort.git - rev: "5.13.2" + rev: "7.0.0" hooks: - id: isort - repo: https://github.com/sigopt/black.git @@ -41,11 +41,11 @@ repos: hooks: - id: black - repo: https://github.com/pycqa/flake8.git - rev: 7.1.1 + rev: 7.3.0 hooks: - id: flake8 - repo: https://github.com/pre-commit/mirrors-mypy - rev: "v1.13.0" + rev: "v1.19.1" hooks: - id: mypy additional_dependencies: