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 09c6328 commit cbe2f42Copy full SHA for cbe2f42
.pre-commit-config.yaml
@@ -8,12 +8,12 @@ repos:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: "v0.1.6"
+ rev: "v0.1.8"
12
hooks:
13
- id: ruff
14
args: ["--fix"]
15
- repo: https://github.com/psf/black
16
- rev: 23.11.0
+ rev: 23.12.0
17
18
- id: black
19
args: [--safe, --quiet]
@@ -36,7 +36,7 @@ repos:
36
args: []
37
require_serial: true
38
- repo: https://github.com/pre-commit/mirrors-prettier
39
- rev: v3.1.0
+ rev: v4.0.0-alpha.7
40
41
- id: prettier
42
args: [--prose-wrap=always, --print-width=88]
0 commit comments