We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 779a0d5 commit d4de45aCopy full SHA for d4de45a
.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.3.4"
12
hooks:
13
- id: ruff
14
args: ["--fix"]
15
- repo: https://github.com/psf/black
16
- rev: 23.11.0
+ rev: 24.3.0
17
18
- id: black
19
args: [--safe, --quiet]
@@ -26,7 +26,7 @@ repos:
26
types: [python]
27
args: ["-rn", "-sn", "--fail-on=I"]
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.7.1
+ rev: v1.9.0
30
31
- id: mypy
32
name: mypy
@@ -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.8
40
41
- id: prettier
42
args: [--prose-wrap=always, --print-width=88]
0 commit comments