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 9943ec2 commit 1ca7cc0Copy full SHA for 1ca7cc0
.pre-commit-config.yaml
@@ -12,7 +12,7 @@ exclude: >
12
repos:
13
14
- repo: https://github.com/pre-commit/pre-commit-hooks
15
- rev: v4.5.0
+ rev: v4.6.0
16
hooks:
17
- id: check-json
18
- id: check-yaml
@@ -25,14 +25,14 @@ repos:
25
- id: trailing-whitespace
26
27
- repo: https://github.com/astral-sh/ruff-pre-commit
28
- rev: v0.1.4
+ rev: v0.4.2
29
30
- id: ruff
31
args: ["--fix", "--show-fixes"]
32
- id: ruff-format
33
34
- repo: https://github.com/pre-commit/mirrors-mypy
35
- rev: v1.6.1
+ rev: v1.10.0
36
37
- id: mypy
38
args: [--config-file=pyproject.toml]
0 commit comments