Skip to content

Commit 7ccbc15

Browse files
authored
[pre-commit.ci] pre-commit autoupdate (#459)
2 parents 1faf764 + ef1b479 commit 7ccbc15

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,17 +1,17 @@
11
repos:
22
- repo: https://github.com/psf/black-pre-commit-mirror
3-
rev: 23.7.0
3+
rev: 23.9.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.287
9+
rev: v0.0.292
1010
hooks:
1111
- id: ruff
1212
exclude: _vendor|vendored
1313
- repo: https://github.com/python-jsonschema/check-jsonschema
14-
rev: 0.26.3
14+
rev: 0.27.0
1515
hooks:
1616
- id: check-github-workflows
1717
- repo: https://github.com/pre-commit/pre-commit-hooks
@@ -27,7 +27,7 @@ repos:
2727
- id: debug-statements
2828
- id: mixed-line-ending
2929
- repo: https://github.com/asottile/setup-cfg-fmt
30-
rev: v2.4.0
30+
rev: v2.5.0
3131
hooks:
3232
- id: setup-cfg-fmt
3333
args: ["--include-version-classifiers", "--max-py-version", "3.11", "--min-py-version", "3.7"]

0 commit comments

Comments
 (0)