Skip to content

Commit b49da33

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/psf/black-pre-commit-mirror: 23.10.1 → 23.11.0](psf/black-pre-commit-mirror@23.10.1...23.11.0) - [github.com/astral-sh/ruff-pre-commit: v0.1.4 → v0.1.6](astral-sh/ruff-pre-commit@v0.1.4...v0.1.6) - [github.com/python-jsonschema/check-jsonschema: 0.27.1 → 0.27.2](python-jsonschema/check-jsonschema@0.27.1...0.27.2)
1 parent a5f2548 commit b49da33

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.10.1
3+
rev: 23.11.0
44
hooks:
55
- id: black
66
pass_filenames: true
77
exclude: _vendor|vendored|examples
88
- repo: https://github.com/astral-sh/ruff-pre-commit
9-
rev: v0.1.4
9+
rev: v0.1.6
1010
hooks:
1111
- id: ruff
1212
exclude: _vendor|vendored
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.27.1
14+
rev: 0.27.2
1515
hooks:
1616
- id: check-github-workflows
1717
- repo: https://github.com/pre-commit/pre-commit-hooks

0 commit comments

Comments
 (0)