Skip to content

Commit 8d88851

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v5.0.0 → v6.0.0](pre-commit/pre-commit-hooks@v5.0.0...v6.0.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.2 → 0.37.1](python-jsonschema/check-jsonschema@0.33.2...0.37.1) - [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.15.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.15.0...v2.16.0) - [github.com/codespell-project/codespell: v2.4.1 → v2.4.2](codespell-project/codespell@v2.4.1...v2.4.2) - [github.com/crate-ci/typos: v1.34.0 → v1](crate-ci/typos@v1.34.0...v1) - [github.com/astral-sh/ruff-pre-commit: v0.12.3 → v0.15.9](astral-sh/ruff-pre-commit@v0.12.3...v0.15.9) - [github.com/abravalheri/validate-pyproject: v0.24.1 → v0.25](abravalheri/validate-pyproject@v0.24.1...v0.25) - [github.com/tox-dev/pyproject-fmt: v2.6.0 → v2.21.0](tox-dev/pyproject-fmt@v2.6.0...v2.21.0) - [github.com/hukkin/mdformat: 0.7.22 → 1.0.0](hukkin/mdformat@0.7.22...1.0.0)
1 parent b360d89 commit 8d88851

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.pre-commit-config.yaml

Lines changed: 10 additions & 10 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: v5.0.0
8+
rev: v6.0.0
99
hooks:
1010
- id: check-ast
1111
name: validate Python code
@@ -24,20 +24,20 @@ repos:
2424
- id: check-yaml
2525

2626
- repo: https://github.com/python-jsonschema/check-jsonschema
27-
rev: 0.33.2
27+
rev: 0.37.1
2828
hooks:
2929
- id: check-github-workflows
3030

3131
- repo: https://github.com/sirosen/texthooks
32-
rev: 0.6.8
32+
rev: 0.7.1
3333
hooks:
3434
- id: fix-smartquotes
3535
- id: fix-spaces
3636
- id: fix-ligatures
3737
- id: forbid-bidi-controls
3838

3939
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
40-
rev: v2.15.0
40+
rev: v2.16.0
4141
hooks:
4242
- id: pretty-format-ini
4343
args: [--autofix]
@@ -60,7 +60,7 @@ repos:
6060
- id: text-unicode-replacement-char
6161

6262
- repo: https://github.com/codespell-project/codespell
63-
rev: v2.4.1
63+
rev: v2.4.2
6464
hooks:
6565
- id: codespell
6666
name: codespell (add false positives to pyproject.toml)
@@ -69,13 +69,13 @@ repos:
6969
- tomli
7070

7171
- repo: https://github.com/crate-ci/typos
72-
rev: v1.34.0
72+
rev: v1
7373
hooks:
7474
- id: typos
7575
name: typos (add false positives to _typos.toml)
7676

7777
- repo: https://github.com/astral-sh/ruff-pre-commit
78-
rev: v0.12.3
78+
rev: v0.15.9
7979
hooks:
8080
- id: ruff
8181
name: ruff (see https://docs.astral.sh/ruff/rules)
@@ -84,18 +84,18 @@ repos:
8484
name: autoformat source code with ruff-format
8585

8686
- repo: https://github.com/abravalheri/validate-pyproject
87-
rev: v0.24.1
87+
rev: v0.25
8888
hooks:
8989
- id: validate-pyproject
9090
additional_dependencies: ['validate-pyproject-schema-store[all]']
9191

9292
- repo: https://github.com/tox-dev/pyproject-fmt
93-
rev: v2.6.0
93+
rev: v2.21.0
9494
hooks:
9595
- id: pyproject-fmt
9696

9797
- repo: https://github.com/hukkin/mdformat
98-
rev: 0.7.22
98+
rev: 1.0.0
9999
hooks:
100100
- id: mdformat
101101
name: Format .md files

0 commit comments

Comments
 (0)