diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 4efda56..baabf14 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -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" @@ -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" @@ -122,7 +122,7 @@ 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" @@ -130,7 +130,7 @@ repos: ### 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" @@ -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" @@ -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"