Skip to content

Commit 0441531

Browse files
[pre-commit.ci] pre-commit autoupdate (#196)
updates: - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.33.2](python-jsonschema/check-jsonschema@0.33.0...0.33.2) - [github.com/sirosen/texthooks: 0.6.8 → 0.7.1](sirosen/texthooks@0.6.8...0.7.1) - [github.com/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.15.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.15.0) - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.12.7](astral-sh/ruff-pre-commit@v0.11.12...v0.12.7) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 725754c commit 0441531

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
@@ -37,20 +37,20 @@ repos:
3737
exclude: plugins
3838

3939
- repo: https://github.com/python-jsonschema/check-jsonschema
40-
rev: 0.33.0
40+
rev: 0.33.2
4141
hooks:
4242
- id: check-github-workflows
4343

4444
- repo: https://github.com/sirosen/texthooks
45-
rev: 0.6.8
45+
rev: 0.7.1
4646
hooks:
4747
- id: fix-smartquotes
4848
- id: fix-spaces
4949
- id: fix-ligatures
5050
- id: forbid-bidi-controls
5151

5252
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
53-
rev: v2.14.0
53+
rev: v2.15.0
5454
hooks:
5555
- id: pretty-format-ini
5656
args: [--autofix]
@@ -63,7 +63,7 @@ repos:
6363
exclude: .github/labeler.yml|.pre-commit-search-and-replace.yaml
6464

6565
- repo: https://github.com/astral-sh/ruff-pre-commit
66-
rev: v0.11.12
66+
rev: v0.12.7
6767
hooks:
6868
- id: ruff
6969
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)