Skip to content

Commit c2996b1

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/asottile/pyupgrade: v3.20.0 → v3.21.2](asottile/pyupgrade@v3.20.0...v3.21.2) - [github.com/astral-sh/ruff-pre-commit: v0.13.0 → v0.14.6](astral-sh/ruff-pre-commit@v0.13.0...v0.14.6) - [github.com/kynan/nbstripout: 0.8.1 → 0.8.2](kynan/nbstripout@0.8.1...0.8.2) - [github.com/PyCQA/bandit: 1.8.6 → 1.9.2](PyCQA/bandit@1.8.6...1.9.2)
1 parent 692b0c2 commit c2996b1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ repos:
2020
- id: check-json
2121
- id: check-added-large-files
2222
- repo: https://github.com/asottile/pyupgrade
23-
rev: v3.20.0
23+
rev: v3.21.2
2424
hooks:
2525
- id: pyupgrade
2626
args: [--py39-plus]
2727
- repo: https://github.com/astral-sh/ruff-pre-commit
2828
# Ruff version.
29-
rev: v0.13.0
29+
rev: v0.14.6
3030
hooks:
3131
# Run the linter.
3232
- id: ruff
@@ -36,12 +36,12 @@ repos:
3636
- id: ruff-format
3737
types_or: [ python, pyi ]
3838
- repo: https://github.com/kynan/nbstripout
39-
rev: 0.8.1
39+
rev: 0.8.2
4040
hooks:
4141
- id: nbstripout
4242

4343
- repo: https://github.com/PyCQA/bandit
44-
rev: 1.8.6
44+
rev: 1.9.2
4545
hooks:
4646
- id: bandit
4747
types: [python]

0 commit comments

Comments
 (0)