File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 11repos :
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
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']
You can’t perform that action at this time.
0 commit comments