File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -14,12 +14,12 @@ repos:
14
14
args : [--preview]
15
15
16
16
- repo : https://github.com/PyCQA/autoflake
17
- rev : v2.2.1
17
+ rev : v2.3.0
18
18
hooks :
19
19
- id : autoflake
20
20
21
21
- repo : https://github.com/asottile/pyupgrade
22
- rev : v3.15.0
22
+ rev : v3.15.1
23
23
hooks :
24
24
- id : pyupgrade
25
25
args : [--py39-plus]
@@ -31,12 +31,12 @@ repos:
31
31
- id : isort
32
32
33
33
- repo : https://github.com/pre-commit/mirrors-mypy
34
- rev : v1.8 .0
34
+ rev : v1.9 .0
35
35
hooks :
36
36
- id : mypy
37
37
38
38
- repo : https://github.com/RobertCraigie/pyright-python
39
- rev : v1.1.350
39
+ rev : v1.1.353
40
40
hooks :
41
41
- id : pyright
42
42
# ignore warnings about new version being available, no other warnings
77
77
- id : trailing-whitespace
78
78
args : ['--markdown-linebreak-ext=md,markdown']
79
79
80
- - repo : https://github.com/charliermarsh /ruff-pre-commit
81
- rev : v0.2.1
80
+ - repo : https://github.com/astral-sh /ruff-pre-commit
81
+ rev : v0.3.2
82
82
hooks :
83
83
- id : ruff
84
84
You can’t perform that action at this time.
0 commit comments