We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b3d6edd commit 475edb2Copy full SHA for 475edb2
.pre-commit-config.yaml
@@ -11,22 +11,22 @@ exclude: >
11
repos:
12
13
- repo: https://github.com/pre-commit/pre-commit-hooks
14
- rev: v4.6.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.5.5
+ rev: v0.7.2
23
24
- id: ruff
25
args: [--fix]
26
- id: ruff-format
27
28
- repo: https://github.com/pre-commit/mirrors-mypy
29
- rev: v1.11.1
+ rev: v1.13.0
30
31
- id: mypy
32
additional_dependencies: []
0 commit comments