Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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"]
Expand Down Expand Up @@ -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
Expand Down
Loading