We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d726d6a commit a10e0c4Copy full SHA for a10e0c4
.pre-commit-config.yaml
@@ -7,7 +7,7 @@ ci:
7
autoupdate_commit_msg: ":arrow_up: auto update by pre-commit hooks"
8
repos:
9
- repo: https://github.com/astral-sh/ruff-pre-commit
10
- rev: v0.0.286
+ rev: v0.0.287
11
hooks:
12
- id: ruff
13
args: [--fix, --exit-non-zero-on-fix]
@@ -20,13 +20,13 @@ repos:
20
stages: [commit]
21
22
- repo: https://github.com/psf/black
23
- rev: 23.3.0
+ rev: 23.7.0
24
25
- id: black
26
27
28
- repo: https://github.com/pre-commit/mirrors-prettier
29
- rev: v3.0.0-alpha.9-for-vscode
+ rev: v3.0.3
30
31
- id: prettier
32
0 commit comments