File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,13 +2,13 @@ default_language_version:
2
2
python : python3
3
3
repos :
4
4
- repo : https://github.com/charliermarsh/ruff-pre-commit
5
- rev : v0.3.4
5
+ rev : v0.4.5
6
6
hooks :
7
7
- id : ruff
8
8
args : [--fix]
9
9
- id : ruff-format
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v4.5 .0
11
+ rev : v4.6 .0
12
12
hooks :
13
13
- id : check-yaml
14
14
- id : fix-encoding-pragma
@@ -29,15 +29,15 @@ repos:
29
29
- id : rst-directive-colons
30
30
- id : rst-inline-touching-normal
31
31
- repo : https://github.com/pre-commit/mirrors-mypy
32
- rev : v1.9 .0
32
+ rev : v1.10 .0
33
33
hooks :
34
34
- id : mypy
35
35
files : ^src/
36
36
additional_dependencies :
37
37
- tokenize-rt==4.1.0
38
38
- types-paramiko
39
39
- repo : https://github.com/codespell-project/codespell
40
- rev : v2.2.6
40
+ rev : v2.3.0
41
41
hooks :
42
42
- id : codespell
43
43
stages : [commit, commit-msg]
You can’t perform that action at this time.
0 commit comments