Skip to content

Commit a10e0c4

Browse files
⬆️ auto update by pre-commit hooks
updates: - [github.com/astral-sh/ruff-pre-commit: v0.0.286 → v0.0.287](astral-sh/ruff-pre-commit@v0.0.286...v0.0.287) - [github.com/psf/black: 23.3.0 → 23.7.0](psf/black@23.3.0...23.7.0) - [github.com/pre-commit/mirrors-prettier: v3.0.0-alpha.9-for-vscode → v3.0.3](pre-commit/mirrors-prettier@v3.0.0-alpha.9-for-vscode...v3.0.3)
1 parent d726d6a commit a10e0c4

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
@@ -7,7 +7,7 @@ ci:
77
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
88
repos:
99
- repo: https://github.com/astral-sh/ruff-pre-commit
10-
rev: v0.0.286
10+
rev: v0.0.287
1111
hooks:
1212
- id: ruff
1313
args: [--fix, --exit-non-zero-on-fix]
@@ -20,13 +20,13 @@ repos:
2020
stages: [commit]
2121

2222
- repo: https://github.com/psf/black
23-
rev: 23.3.0
23+
rev: 23.7.0
2424
hooks:
2525
- id: black
2626
stages: [commit]
2727

2828
- repo: https://github.com/pre-commit/mirrors-prettier
29-
rev: v3.0.0-alpha.9-for-vscode
29+
rev: v3.0.3
3030
hooks:
3131
- id: prettier
3232
stages: [commit]

0 commit comments

Comments
 (0)