Skip to content

Commit e5391d1

Browse files
alphamtgithub-actions[bot]
authored andcommitted
chore: update pre-commit hooks
1 parent 2f2d3fa commit e5391d1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
repos:
22
# Pre-commit hooks for basic file checks
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: trailing-whitespace
77
- id: end-of-file-fixer
@@ -22,7 +22,7 @@ repos:
2222

2323
# Ruff - Fast Python linter and formatter (replaces flake8, isort, etc.)
2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.7.4
25+
rev: v0.14.4
2626
hooks:
2727
# Run the linter
2828
- id: ruff
@@ -43,22 +43,22 @@ repos:
4343

4444
# Security checks
4545
- repo: https://github.com/PyCQA/bandit
46-
rev: 1.7.10
46+
rev: 1.8.6
4747
hooks:
4848
- id: bandit
4949
args: [-c, pyproject.toml]
5050
additional_dependencies: ['bandit[toml]']
5151

5252
# Markdown linting
5353
- repo: https://github.com/igorshubovych/markdownlint-cli
54-
rev: v0.42.0
54+
rev: v0.45.0
5555
hooks:
5656
- id: markdownlint
5757
args: [--fix, --disable, MD013] # Disable line-length rule
5858

5959
# YAML formatting
6060
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
61-
rev: v2.14.0
61+
rev: v2.15.0
6262
hooks:
6363
- id: pretty-format-yaml
6464
args: [--autofix, --indent, '2']

0 commit comments

Comments
 (0)