Skip to content

Commit 3cb1471

Browse files
[pre-commit.ci] pre-commit autoupdate
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
1 parent 473c015 commit 3cb1471

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,18 +31,18 @@ repos:
3131
args: [ '--baseline', '.secrets.baseline' ]
3232

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

3737
- repo: https://github.com/astral-sh/ruff-pre-commit
38-
rev: 'v0.7.3'
38+
rev: 'v0.8.2'
3939
hooks:
4040
- id: ruff
4141
args: [ --fix, --exit-non-zero-on-fix ]
4242
- id: ruff-format
4343

4444
- repo: https://github.com/PyCQA/bandit/
45-
rev: 1.7.10
45+
rev: 1.8.0
4646
hooks:
4747
- id: bandit
4848
args: [ "-c", "pyproject.toml" ]

0 commit comments

Comments
 (0)