Skip to content

Commit f99350c

Browse files
chore(deps): pre-commit autoupdate
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/python-jsonschema/check-jsonschema: 0.26.3 → 0.27.0](python-jsonschema/check-jsonschema@0.26.3...0.27.0) - [github.com/astral-sh/ruff-pre-commit: v0.0.287 → v0.0.292](astral-sh/ruff-pre-commit@v0.0.287...v0.0.292) - [github.com/psf/black: 23.7.0 → 23.9.1](psf/black@23.7.0...23.9.1)
1 parent 77b32bf commit f99350c

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ci:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: v4.4.0
9+
rev: v4.5.0
1010
hooks:
1111
- id: check-json
1212
exclude: "\\.vscode/.*.json"
@@ -16,19 +16,19 @@ repos:
1616
- id: trailing-whitespace
1717

1818
- repo: https://github.com/python-jsonschema/check-jsonschema
19-
rev: 0.26.3
19+
rev: 0.27.0
2020
hooks:
2121
- id: check-dependabot
2222
- id: check-github-workflows
2323

2424
- repo: https://github.com/astral-sh/ruff-pre-commit
25-
rev: v0.0.287
25+
rev: v0.0.292
2626
hooks:
2727
- id: ruff
2828
args: ["--fix"]
2929

3030
- repo: https://github.com/psf/black
31-
rev: 23.7.0
31+
rev: 23.9.1
3232
hooks:
3333
- id: black
3434

0 commit comments

Comments
 (0)