diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index ee584b35..c21d7a4b 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -1,6 +1,6 @@ repos: - repo: https://github.com/pre-commit/pre-commit-hooks - rev: v4.6.0 + rev: v5.0.0 hooks: - id: check-yaml - id: check-json @@ -19,7 +19,7 @@ repos: tests/samples/pygoat.semgrep.sarif.json )$ - repo: https://github.com/psf/black - rev: 24.4.2 + rev: 24.10.0 hooks: - id: black exclude: | @@ -27,7 +27,7 @@ repos: tests/samples/.*| )$ - repo: https://github.com/pre-commit/mirrors-mypy - rev: v1.10.1 + rev: v1.14.1 hooks: - id: mypy exclude: | @@ -45,7 +45,7 @@ repos: "types-requests~=2.13", ] - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.5.0 + rev: v0.9.3 hooks: - id: ruff exclude: tests/samples/ @@ -53,7 +53,7 @@ repos: # Run the formatter. # - id: ruff-format - repo: https://github.com/pycqa/isort - rev: 5.13.2 + rev: 6.0.0 hooks: - id: isort exclude: tests/samples/