Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate
Browse files Browse the repository at this point in the history
updates:
- [github.com/sirosen/texthooks: 0.6.7 → 0.6.8](sirosen/texthooks@0.6.7...0.6.8)
- [github.com/astral-sh/ruff-pre-commit: v0.7.3 → v0.8.2](astral-sh/ruff-pre-commit@v0.7.3...v0.8.2)
- https://github.com/PyCQA/bandit/: 1.7.10 → 1.8.0
  • Loading branch information
pre-commit-ci[bot] authored Dec 9, 2024
1 parent 75a8271 commit 6e8eff9
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 @@ -31,18 +31,18 @@ repos:
args: [ '--baseline', '.secrets.baseline' ]

- repo: https://github.com/sirosen/texthooks
rev: 0.6.7
rev: 0.6.8
hooks: [ { id: fix-smartquotes }, { id: fix-ligatures } ]

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.7.3'
rev: 'v0.8.2'
hooks:
- id: ruff
args: [ --fix, --exit-non-zero-on-fix ]
- id: ruff-format

- repo: https://github.com/PyCQA/bandit/
rev: 1.7.10
rev: 1.8.0
hooks:
- id: bandit
args: [ "-c", "pyproject.toml" ]
Expand Down

0 comments on commit 6e8eff9

Please sign in to comment.