We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a2b4459 commit b66ca17Copy full SHA for b66ca17
.pre-commit-config.yaml
@@ -3,26 +3,26 @@ ci:
3
4
repos:
5
- repo: https://github.com/pre-commit/pre-commit-hooks
6
- rev: v4.5.0
+ rev: v4.6.0
7
hooks:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- id: mixed-line-ending
11
args: [--fix=lf]
12
- id: debug-statements
13
- repo: https://github.com/astral-sh/ruff-pre-commit
14
- rev: "v0.1.4"
+ rev: "v0.4.8"
15
16
- id: ruff
17
args: ["--fix"]
18
exclude: "tests/input/"
19
- repo: https://github.com/psf/black
20
- rev: 23.10.1
+ rev: 24.4.2
21
22
- id: black
23
args: [--safe, --line-length=120]
24
- repo: https://github.com/pre-commit/mirrors-prettier
25
- rev: v3.0.3
+ rev: v4.0.0-alpha.8
26
27
- id: prettier
28
args: [--prose-wrap=always, --print-width=88]
0 commit comments