Skip to content

Commit 995f3c8

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/python-jsonschema/check-jsonschema: 0.37.2 → 0.37.4](python-jsonschema/check-jsonschema@0.37.2...0.37.4) - [github.com/astral-sh/ruff-pre-commit: v0.15.14 → v0.15.20](astral-sh/ruff-pre-commit@v0.15.14...v0.15.20) - [github.com/igorshubovych/markdownlint-cli: v0.48.0 → v0.49.0](igorshubovych/markdownlint-cli@v0.48.0...v0.49.0)
1 parent a8f19c3 commit 995f3c8

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,13 @@ repos:
1515
- id: pretty-format-yaml
1616
args: [--autofix, --indent, '2', --offset, '2']
1717
- repo: https://github.com/python-jsonschema/check-jsonschema
18-
rev: 0.37.2
18+
rev: 0.37.4
1919
hooks:
2020
- id: check-dependabot
2121
- id: check-github-actions
2222
- id: check-github-workflows
2323
- repo: https://github.com/astral-sh/ruff-pre-commit
24-
rev: v0.15.14
24+
rev: v0.15.20
2525
hooks:
2626
- id: ruff-check
2727
args: [--fix, --exit-non-zero-on-fix]
@@ -35,7 +35,7 @@ repos:
3535
hooks:
3636
- id: mypy
3737
- repo: https://github.com/igorshubovych/markdownlint-cli
38-
rev: v0.48.0
38+
rev: v0.49.0
3939
hooks:
4040
- id: markdownlint-fix
4141
- repo: https://github.com/codespell-project/codespell

0 commit comments

Comments
 (0)