Skip to content

Commit ebfe3e3

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.14.5 → v0.15.9](astral-sh/ruff-pre-commit@v0.14.5...v0.15.9) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [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.4](PyCQA/bandit@1.9.0...1.9.4) - [github.com/gitleaks/gitleaks: v8.29.0 → v8.30.0](gitleaks/gitleaks@v8.29.0...v8.30.0)
1 parent cd4c0db commit ebfe3e3

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,20 +33,20 @@ 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.15.9
3737
hooks:
3838
- id: ruff
3939
args: [ --fix ]
4040
- id: ruff-format
4141
- repo: https://github.com/codespell-project/codespell
42-
rev: v2.4.1
42+
rev: v2.4.2
4343
hooks:
4444
- id: codespell
4545
args: [
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.4"
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)