chore(pre-commit): update hook versions in .pre-commit-config.yaml

This commit is contained in:
imSp4rky
2026-05-04 22:20:02 -06:00
parent fd6aafc068
commit 8f4cac6c7b

View File

@@ -3,21 +3,21 @@
repos: repos:
- repo: https://github.com/compilerla/conventional-pre-commit - repo: https://github.com/compilerla/conventional-pre-commit
rev: v4.2.0 rev: v4.4.0
hooks: hooks:
- id: conventional-pre-commit - id: conventional-pre-commit
stages: [commit-msg] stages: [commit-msg]
- repo: https://github.com/astral-sh/ruff-pre-commit - repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.11.3 rev: v0.15.12
hooks: hooks:
- id: ruff - id: ruff
args: [--fix] args: [--fix]
- repo: https://github.com/pycqa/isort - repo: https://github.com/pycqa/isort
rev: 6.0.1 rev: 9.0.0a3
hooks: hooks:
- id: isort - id: isort
- repo: https://github.com/PyCQA/bandit - repo: https://github.com/PyCQA/bandit
rev: 1.8.3 rev: 1.9.4
hooks: hooks:
- id: bandit - id: bandit
args: args:
@@ -26,7 +26,7 @@ repos:
- --confidence-level=medium - --confidence-level=medium
additional_dependencies: ['bandit[toml]'] additional_dependencies: ['bandit[toml]']
- repo: https://github.com/pre-commit/pre-commit-hooks - repo: https://github.com/pre-commit/pre-commit-hooks
rev: v5.0.0 rev: v6.0.0
hooks: hooks:
- id: end-of-file-fixer - id: end-of-file-fixer
- id: trailing-whitespace - id: trailing-whitespace