Skip to content

Commit 3238de7

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#471)
2 parents a5f2548 + b49da33 commit 3238de7

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)