diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index f2f0b3a..90be265 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -22,7 +22,7 @@ repos: - repo: https://github.com/astral-sh/ruff-pre-commit # Ruff version. - rev: v0.15.1 + rev: v0.15.3 hooks: # Run the linter. - id: ruff-check @@ -36,13 +36,13 @@ repos: - id: shfmt # prebuilt upstream executable - repo: https://github.com/biomejs/pre-commit - rev: "v2.4.2" # Use the sha / tag you want to point at + rev: "v2.4.4" # Use the sha / tag you want to point at hooks: - id: biome-check additional_dependencies: ["@biomejs/biome@2.3.10"] - repo: https://github.com/PyCQA/bandit - rev: "1.9.3" + rev: "1.9.4" hooks: - id: bandit args: ["-c", "bandit.yml"] @@ -77,7 +77,7 @@ repos: - id: mypy - repo: https://github.com/pre-commit/mirrors-eslint - rev: "v10.0.0" # Use the sha / tag you want to point at + rev: "v10.0.2" # Use the sha / tag you want to point at hooks: - id: eslint files: \.[jt]sx?$ # *.js, *.jsx, *.ts and *.tsx