Skip to content

Commit d033967

Browse files
[pre-commit.ci] pre-commit autoupdate (#876)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 7111bd3 commit d033967

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
@@ -19,7 +19,7 @@ repos:
1919
- id: trailing-whitespace
2020

2121
- repo: https://github.com/python-jsonschema/check-jsonschema
22-
rev: 0.26.3
22+
rev: 0.27.0
2323
hooks:
2424
- id: check-github-workflows
2525

@@ -29,12 +29,12 @@ repos:
2929
- id: mdformat
3030

3131
- repo: https://github.com/psf/black
32-
rev: 23.7.0
32+
rev: 23.9.1
3333
hooks:
3434
- id: black
3535

3636
- repo: https://github.com/astral-sh/ruff-pre-commit
37-
rev: v0.0.287
37+
rev: v0.0.292
3838
hooks:
3939
- id: ruff
4040
args: ["--fix"]

0 commit comments

Comments
 (0)