Skip to content

Commit d917fac

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/astral-sh/ruff-pre-commit: v0.11.12 → v0.14.3](astral-sh/ruff-pre-commit@v0.11.12...v0.14.3) - [github.com/python-jsonschema/check-jsonschema: 0.33.0 → 0.34.1](python-jsonschema/check-jsonschema@0.33.0...0.34.1) - [github.com/asottile/blacken-docs: 1.19.1 → 1.20.0](adamchainz/blacken-docs@1.19.1...1.20.0) - [github.com/jazzband/pip-tools: 7.4.1 → v7.5.1](jazzband/pip-tools@7.4.1...v7.5.1)
1 parent 947581c commit d917fac

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
@@ -4,21 +4,21 @@ ci:
44

55
repos:
66
- repo: https://github.com/astral-sh/ruff-pre-commit
7-
rev: v0.11.12
7+
rev: v0.14.3
88
hooks:
99
- id: ruff
1010
- id: ruff-format
1111
- repo: https://github.com/python-jsonschema/check-jsonschema
12-
rev: 0.33.0
12+
rev: 0.34.1
1313
hooks:
1414
- id: check-github-workflows
1515
- repo: https://github.com/asottile/blacken-docs
16-
rev: 1.19.1
16+
rev: 1.20.0
1717
hooks:
1818
- id: blacken-docs
1919
additional_dependencies: [black==23.12.1]
2020
- repo: https://github.com/jazzband/pip-tools
21-
rev: 7.4.1
21+
rev: v7.5.1
2222
hooks:
2323
- id: pip-compile
2424
name: pip-compile pyproject.toml

0 commit comments

Comments
 (0)