Skip to content

Commit

Permalink
Merge pull request #155 from sphinx-contrib/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
Holzhaus authored Jan 13, 2025
2 parents ca64cf1 + a5e7a90 commit 05929d4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.8.6
rev: v0.9.1
hooks:
- id: ruff
args: [ --fix ]
Expand All @@ -55,13 +55,13 @@ repos:
hooks:
- id: sourceheaders
- repo: https://github.com/PyCQA/bandit
rev: "1.8.0"
rev: "1.8.2"
hooks:
- id: bandit
args: ["-c", "pyproject.toml", "--"]
additional_dependencies: ["bandit[toml]"]
- repo: https://github.com/gitleaks/gitleaks
rev: v8.22.1
rev: v8.23.0
hooks:
- id: gitleaks
- repo: local
Expand Down

0 comments on commit 05929d4

Please sign in to comment.