File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -9,25 +9,25 @@ default_language_version:
9
9
python : python3
10
10
repos :
11
11
- repo : https://github.com/psf/black
12
- rev : 23.9 .1
12
+ rev : 24.1 .1
13
13
hooks :
14
14
- id : black
15
15
- repo : https://github.com/pre-commit/pre-commit-hooks
16
- rev : v4.4 .0
16
+ rev : v4.5 .0
17
17
hooks :
18
18
- id : check-toml
19
19
- id : check-yaml
20
20
- id : end-of-file-fixer
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/pre-commit/mirrors-mypy
23
- rev : v1.5.1
23
+ rev : v1.8.0
24
24
hooks :
25
25
- id : mypy
26
26
args : ["--strict"]
27
27
exclude : ' ^(docs|tasks|tests)|setup\.py'
28
28
additional_dependencies : ["httpx", "packaging", "typer>=0.3.2"]
29
29
- repo : https://github.com/astral-sh/ruff-pre-commit
30
30
# Ruff version.
31
- rev : v0.0.292
31
+ rev : v0.1.14
32
32
hooks :
33
33
- id : ruff
You can’t perform that action at this time.
0 commit comments