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 3893340 commit 67c499fCopy full SHA for 67c499f
.pre-commit-config.yaml
@@ -11,21 +11,21 @@ exclude: >
11
repos:
12
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.5.0
+ rev: v5.0.0
15
hooks:
16
- id: check-json
17
- id: check-yaml
18
- id: end-of-file-fixer
19
- id: trailing-whitespace
20
21
- repo: https://github.com/astral-sh/ruff-pre-commit
22
- rev: v0.1.7
+ rev: v0.11.6
23
24
- id: ruff
25
args: ["--fix", "--show-fixes"]
26
- id: ruff-format
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.7.1
+ rev: v1.15.0
30
31
- id: mypy
0 commit comments