We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37a64a4 commit 7bb382cCopy full SHA for 7bb382c
.pre-commit-config.yaml
@@ -6,7 +6,7 @@ ci:
6
7
repos:
8
- repo: https://github.com/pre-commit/pre-commit-hooks
9
- rev: v4.6.0
+ rev: v5.0.0
10
hooks:
11
- id: check-json
12
- id: check-toml
@@ -16,21 +16,21 @@ repos:
16
17
- repo: https://github.com/astral-sh/ruff-pre-commit
18
# Ruff version.
19
- rev: 'v0.5.0'
+ rev: 'v0.11.6'
20
21
- id: ruff
22
args: [--fix, --exit-non-zero-on-fix]
23
- id: ruff-format
24
25
- repo: https://github.com/pre-commit/mirrors-mypy
26
- rev: v1.10.1
+ rev: v1.15.0
27
28
- id: mypy
29
pass_filenames: true
30
additional_dependencies:
31
- types-requests
32
33
- repo: https://github.com/pre-commit/pre-commit
34
- rev: v3.7.1
+ rev: v4.2.0
35
36
- id: validate_manifest
0 commit comments