Skip to content
Open
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
12 changes: 6 additions & 6 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ repos:
# Bandit generates a detailed report ranking issues by severity (low, medium, high), helping developers fix security
# flaws early in the development process. It's ideal for promoting secure coding practices.
- repo: https://github.com/PyCQA/bandit
rev: 1.9.3
rev: 1.9.4
hooks:
- id: bandit
name: "🔒 security · Python security vulnerability scanner"
Expand Down Expand Up @@ -89,7 +89,7 @@ repos:

### Python Tools ###
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.15.1
rev: v0.15.5
hooks:
- id: ruff
name: "🐍 python · Lint and perform safe auto-fixes with Ruff"
Expand Down Expand Up @@ -122,15 +122,15 @@ repos:

### Javascript & Web Tools ###
- repo: https://github.com/biomejs/pre-commit
rev: "v2.3.15"
rev: "v2.4.6"
hooks:
- id: biome-check
name: "🟨 javascript · Lint, format, and safe fixes with Biome"
additional_dependencies: ["@biomejs/biome@1.9.4"]

### Data & Config Validation ###
- repo: https://github.com/python-jsonschema/check-jsonschema
rev: 0.36.2
rev: 0.37.0
hooks:
- id: check-github-workflows
name: "🐙 github-actions · Validate gh workflow files"
Expand All @@ -154,7 +154,7 @@ repos:
- ruff

- repo: https://github.com/igorshubovych/markdownlint-cli
rev: v0.47.0
rev: v0.48.0
hooks:
- id: markdownlint
name: "📝 markdown · Lint markdown"
Expand Down Expand Up @@ -268,7 +268,7 @@ repos:

### Commit Message Standards ###
- repo: https://github.com/commitizen-tools/commitizen
rev: v4.13.7
rev: v4.13.9
hooks:
- id: commitizen
name: "🌳 git · Validate commit message with Commitizen"
Expand Down
Loading