Skip to content

Commit c1703f5

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.9.4 → v0.9.9](astral-sh/ruff-pre-commit@v0.9.4...v0.9.9) - [github.com/PyCQA/bandit: 1.8.2 → 1.8.3](PyCQA/bandit@1.8.2...1.8.3) - [github.com/python-jsonschema/check-jsonschema: 0.31.1 → 0.31.2](python-jsonschema/check-jsonschema@0.31.1...0.31.2) - [github.com/woodruffw/zizmor-pre-commit: v1.3.0 → v1.4.1](woodruffw/zizmor-pre-commit@v1.3.0...v1.4.1) - [github.com/tox-dev/pyproject-fmt: v2.5.0 → v2.5.1](tox-dev/pyproject-fmt@v2.5.0...v2.5.1)
1 parent 4efc096 commit c1703f5

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.9.4
3+
rev: v0.9.9
44
hooks:
55
- id: ruff
66
args: [--exit-non-zero-on-fix]
@@ -11,7 +11,7 @@ repos:
1111
- id: black
1212

1313
- repo: https://github.com/PyCQA/bandit
14-
rev: 1.8.2
14+
rev: 1.8.3
1515
hooks:
1616
- id: bandit
1717
args: [--severity-level=high]
@@ -50,14 +50,14 @@ repos:
5050
exclude: ^.github/.*TEMPLATE|^Tests/(fonts|images)/
5151

5252
- repo: https://github.com/python-jsonschema/check-jsonschema
53-
rev: 0.31.1
53+
rev: 0.31.2
5454
hooks:
5555
- id: check-github-workflows
5656
- id: check-readthedocs
5757
- id: check-renovate
5858

5959
- repo: https://github.com/woodruffw/zizmor-pre-commit
60-
rev: v1.3.0
60+
rev: v1.4.1
6161
hooks:
6262
- id: zizmor
6363

@@ -67,7 +67,7 @@ repos:
6767
- id: sphinx-lint
6868

6969
- repo: https://github.com/tox-dev/pyproject-fmt
70-
rev: v2.5.0
70+
rev: v2.5.1
7171
hooks:
7272
- id: pyproject-fmt
7373

0 commit comments

Comments
 (0)