Skip to content

Commit 385fb63

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.14.10](astral-sh/ruff-pre-commit@v0.14.5...v0.14.10) - [github.com/markdownlint/markdownlint: v0.12.0 → v0.15.0](markdownlint/markdownlint@v0.12.0...v0.15.0) - [github.com/PyCQA/bandit: 1.9.0 → 1.9.2](PyCQA/bandit@1.9.0...1.9.2) - [github.com/gitleaks/gitleaks: v8.29.0 → v8.30.0](gitleaks/gitleaks@v8.29.0...v8.30.0)
1 parent cd4c0db commit 385fb63

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ repos:
3333
- id: sort-simple-yaml
3434
- id: trailing-whitespace
3535
- repo: https://github.com/astral-sh/ruff-pre-commit
36-
rev: v0.14.5
36+
rev: v0.14.10
3737
hooks:
3838
- id: ruff
3939
args: [ --fix ]
@@ -46,7 +46,7 @@ repos:
4646
--ignore-words=.codespellignore
4747
]
4848
- repo: https://github.com/markdownlint/markdownlint
49-
rev: v0.12.0
49+
rev: v0.15.0
5050
hooks:
5151
- id: markdownlint
5252
exclude: ^\.github/(ISSUE_TEMPLATE/.*|pull_request_template)\.md$
@@ -55,13 +55,13 @@ repos:
5555
hooks:
5656
- id: sourceheaders
5757
- repo: https://github.com/PyCQA/bandit
58-
rev: "1.9.0"
58+
rev: "1.9.2"
5959
hooks:
6060
- id: bandit
6161
args: ["-c", "pyproject.toml", "--"]
6262
additional_dependencies: ["bandit[toml]"]
6363
- repo: https://github.com/gitleaks/gitleaks
64-
rev: v8.29.0
64+
rev: v8.30.0
6565
hooks:
6666
- id: gitleaks
6767
- repo: local

0 commit comments

Comments
 (0)