Skip to content

Commit c046821

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#468)
2 parents 865fb47 + 55bcefd commit c046821

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
@@ -1,21 +1,21 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.9.1
3+
rev: 23.10.1
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.0.292
9+
rev: v0.1.4
1010
hooks:
1111
- id: ruff
1212
exclude: _vendor|vendored
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.27.0
14+
rev: 0.27.1
1515
hooks:
1616
- id: check-github-workflows
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
18-
rev: v4.4.0
18+
rev: v4.5.0
1919
hooks:
2020
- id: check-json
2121
- id: check-yaml

0 commit comments

Comments
 (0)