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 8c3880f commit 12270a6Copy full SHA for 12270a6
.pre-commit-config.yaml
@@ -8,7 +8,7 @@ repos:
8
- id: trailing-whitespace
9
- id: end-of-file-fixer
10
- repo: https://github.com/astral-sh/ruff-pre-commit
11
- rev: "v0.0.284"
+ rev: "v0.0.285"
12
hooks:
13
- id: ruff
14
args: ["--fix"]
@@ -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.5.0
+ rev: v1.5.1
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.0.1
+ rev: v3.0.2
40
41
- id: prettier
42
args: [--prose-wrap=always, --print-width=88]
0 commit comments