Skip to content

Commit f6c96b7

Browse files
[pre-commit.ci] pre-commit autoupdate (#178)
updates: - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](pre-commit/pre-commit-hooks@v4.6.0...v5.0.0) - [github.com/crate-ci/typos: v1.23.6 → v1.26.0](crate-ci/typos@v1.23.6...v1.26.0) - [github.com/python-jsonschema/check-jsonschema: 0.29.1 → 0.29.3](python-jsonschema/check-jsonschema@0.29.1...0.29.3) - [github.com/sirosen/texthooks: 0.6.6 → 0.6.7](sirosen/texthooks@0.6.6...0.6.7) - [github.com/astral-sh/ruff-pre-commit: v0.5.6 → v0.6.9](astral-sh/ruff-pre-commit@v0.5.6...v0.6.9) Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 1077dbc commit f6c96b7

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ci:
55
repos:
66

77
- repo: https://github.com/pre-commit/pre-commit-hooks
8-
rev: v4.6.0
8+
rev: v5.0.0
99
hooks:
1010
- id: trailing-whitespace
1111
- id: end-of-file-fixer
@@ -30,19 +30,19 @@ repos:
3030
exclude: _typos.toml
3131

3232
- repo: https://github.com/crate-ci/typos
33-
rev: v1.23.6
33+
rev: v1.26.0
3434
hooks:
3535
- id: typos
3636
name: typos (add false positives to _typos.toml)
3737
exclude: plugins
3838

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

4444
- repo: https://github.com/sirosen/texthooks
45-
rev: 0.6.6
45+
rev: 0.6.7
4646
hooks:
4747
- id: fix-smartquotes
4848
- id: fix-spaces
@@ -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.5.6
66+
rev: v0.6.9
6767
hooks:
6868
- id: ruff
6969
name: ruff (see https://docs.astral.sh/ruff/rules)

0 commit comments

Comments
 (0)