Skip to content

Commit a4f291e

Browse files
authored
Merge pull request #174 from sphinx-contrib/pre-commit-ci-update-config
[pre-commit.ci] pre-commit autoupdate
2 parents ec101ba + 9a89d5d commit a4f291e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 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.11.10
36+
rev: v0.12.2
3737
hooks:
3838
- id: ruff
3939
args: [ --fix ]
@@ -55,13 +55,13 @@ repos:
5555
hooks:
5656
- id: sourceheaders
5757
- repo: https://github.com/PyCQA/bandit
58-
rev: "1.8.3"
58+
rev: "1.8.6"
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.26.0
64+
rev: v8.27.2
6565
hooks:
6666
- id: gitleaks
6767
- repo: local

0 commit comments

Comments
 (0)