File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ exclude: |
5
5
6
6
repos :
7
7
- repo : https://github.com/pre-commit/pre-commit-hooks
8
- rev : v4.6 .0
8
+ rev : v5.0 .0
9
9
hooks :
10
10
- id : check-added-large-files
11
11
args : ['--maxkb=25']
@@ -35,11 +35,11 @@ repos:
35
35
- id : python-use-type-annotations
36
36
- id : text-unicode-replacement-char
37
37
- repo : https://github.com/aio-libs/sort-all
38
- rev : v1.2 .0
38
+ rev : v1.3 .0
39
39
hooks :
40
40
- id : sort-all
41
41
- repo : https://github.com/astral-sh/ruff-pre-commit
42
- rev : v0.4.4
42
+ rev : v0.7.3
43
43
hooks :
44
44
- id : ruff
45
45
args : [--config, pyproject.toml, hooks, tests]
52
52
- id : refurb
53
53
exclude : ({{cookiecutter.project_slug}})
54
54
- repo : https://github.com/executablebooks/mdformat
55
- rev : 0.7.17
55
+ rev : 0.7.18
56
56
hooks :
57
57
- id : mdformat
58
58
additional_dependencies : [
66
66
{{cookiecutter.project_slug}}/README.md
67
67
)$
68
68
- repo : https://github.com/executablebooks/mdformat
69
- rev : 0.7.17
69
+ rev : 0.7.18
70
70
hooks :
71
71
- id : mdformat
72
72
additional_dependencies : [
@@ -76,12 +76,12 @@ repos:
76
76
args : [--wrap, "88"]
77
77
files : (docs/.)
78
78
- repo : https://github.com/codespell-project/codespell
79
- rev : v2.2.6
79
+ rev : v2.3.0
80
80
hooks :
81
81
- id : codespell
82
82
additional_dependencies : [tomli]
83
83
- repo : https://github.com/pre-commit/mirrors-mypy
84
- rev : ' v1.10 .0'
84
+ rev : ' v1.13 .0'
85
85
hooks :
86
86
- id : mypy
87
87
pass_filenames : false
You can’t perform that action at this time.
0 commit comments