File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 5
5
# * Run "pre-commit install".
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.4 .0
8
+ rev : v4.5 .0
9
9
hooks :
10
10
- id : check-toml
11
11
- id : check-yaml
@@ -15,19 +15,19 @@ repos:
15
15
args : [ "--fix=lf" ]
16
16
- id : trailing-whitespace
17
17
18
- - repo : https://github.com/charliermarsh /ruff-pre-commit
19
- rev : v0.0.272
18
+ - repo : https://github.com/astral-sh /ruff-pre-commit
19
+ rev : v0.1.9
20
20
hooks :
21
21
- id : ruff
22
22
args : [--fix, --show-fixes]
23
23
24
24
- repo : https://github.com/psf/black
25
- rev : 23.3.0
25
+ rev : 23.12.1
26
26
hooks :
27
27
- id : black
28
28
29
29
- repo : https://github.com/pre-commit/mirrors-mypy
30
- rev : v1.3 .0
30
+ rev : v1.8 .0
31
31
hooks :
32
32
- id : mypy
33
33
additional_dependencies : ["pytest"]
You can’t perform that action at this time.
0 commit comments