Skip to content

Commit 8538e46

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/macisamuele/language-formatters-pre-commit-hooks: v2.14.0 → v2.16.0](macisamuele/language-formatters-pre-commit-hooks@v2.14.0...v2.16.0) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.36.1](python-jsonschema/check-jsonschema@0.33.0...0.36.1) - [github.com/astral-sh/ruff-pre-commit: v0.11.13 → v0.14.14](astral-sh/ruff-pre-commit@v0.11.13...v0.14.14) - [github.com/pre-commit/mirrors-mypy: v1.16.0 → v1.19.1](pre-commit/mirrors-mypy@v1.16.0...v1.19.1) - [github.com/igorshubovych/markdownlint-cli: v0.45.0 → v0.47.0](igorshubovych/markdownlint-cli@v0.45.0...v0.47.0)
1 parent b345eec commit 8538e46

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.pre-commit-config.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
exclude: ^tests/data/
22
repos:
33
- repo: https://github.com/pre-commit/pre-commit-hooks
4-
rev: v5.0.0
4+
rev: v6.0.0
55
hooks:
66
- id: check-merge-conflict
77
- id: debug-statements
@@ -12,28 +12,28 @@ repos:
1212
args: [--autofix, --indent, '4', --no-sort]
1313
exclude: ^\.vscode/
1414
- repo: https://github.com/macisamuele/language-formatters-pre-commit-hooks
15-
rev: v2.14.0
15+
rev: v2.16.0
1616
hooks:
1717
- id: pretty-format-yaml
1818
args: [--autofix, --indent, '2', --offset, '2']
1919
- repo: https://github.com/python-jsonschema/check-jsonschema
20-
rev: 0.33.0
20+
rev: 0.36.1
2121
hooks:
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.11.13
24+
rev: v0.14.14
2525
hooks:
2626
- id: ruff
2727
args: [--fix, --exit-non-zero-on-fix]
2828
- id: ruff-format
2929
- repo: https://github.com/pre-commit/mirrors-mypy
30-
rev: v1.16.0
30+
rev: v1.19.1
3131
hooks:
3232
- id: mypy
3333
exclude: autocorpus/parse_xml.py
3434
additional_dependencies: [types-beautifulsoup4, types-regex, lxml-stubs, types-tqdm, types-jsonschema]
3535
- repo: https://github.com/igorshubovych/markdownlint-cli
36-
rev: v0.45.0
36+
rev: v0.47.0
3737
hooks:
3838
- id: markdownlint-fix
3939
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)