File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
{{cookiecutter.package_name}} Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ exclude: "conf.py"
6
6
7
7
repos :
8
8
- repo : https://github.com/pre-commit/pre-commit-hooks
9
- rev : v5 .0.0
9
+ rev : v6 .0.0
10
10
hooks :
11
11
- id : check-docstring-first
12
12
- id : check-executables-have-shebangs
17
17
- id : requirements-txt-fixer
18
18
- id : trailing-whitespace
19
19
- repo : https://github.com/astral-sh/ruff-pre-commit
20
- rev : v0.12.7
20
+ rev : v0.12.11
21
21
hooks :
22
22
- id : ruff
23
23
args : [ --config=pyproject.toml ]
Original file line number Diff line number Diff line change 8
8
9
9
repos :
10
10
- repo : https://github.com/pre-commit/pre-commit-hooks
11
- rev : v5 .0.0
11
+ rev : v6 .0.0
12
12
hooks :
13
13
- id : check-docstring-first
14
14
- id : check-executables-have-shebangs
20
20
- id : requirements-txt-fixer
21
21
- id : trailing-whitespace
22
22
- repo : https://github.com/astral-sh/ruff-pre-commit
23
- rev : v0.12.7
23
+ rev : v0.12.11
24
24
hooks :
25
25
- id : ruff
26
26
args : [ --config=pyproject.toml ]
You can’t perform that action at this time.
0 commit comments