File tree 3 files changed +561
-489
lines changed
3 files changed +561
-489
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " ." ,
3
- "commit" : " 9cedf76f1ea698958ec6e4773007720d211fad97 " ,
3
+ "commit" : " 2921bf15f3cf22e8e5c9ae04a5f7e8f52daffbc6 " ,
4
4
"context" : {
5
5
"cookiecutter" : {
6
6
"project_name" : " Cookiecutter template for new Python projects" ,
Original file line number Diff line number Diff line change 1
1
exclude : ' ^{{cookiecutter.project_name}}/'
2
2
repos :
3
3
- repo : https://github.com/pre-commit/pre-commit-hooks
4
- rev : v4.6 .0
4
+ rev : v5.0 .0
5
5
hooks :
6
6
- id : check-yaml
7
7
- id : check-merge-conflict
8
8
- id : debug-statements
9
9
- id : end-of-file-fixer
10
10
- id : trailing-whitespace
11
11
- repo : https://github.com/psf/black
12
- rev : 24.4.2
12
+ rev : 24.10.0
13
13
hooks :
14
14
- id : black
15
15
args : ["--config", "pyproject.toml"]
@@ -19,14 +19,14 @@ repos:
19
19
- id : isort
20
20
args : ["--show-config"]
21
21
- repo : https://github.com/pycqa/bandit
22
- rev : 1.7.9
22
+ rev : 1.8.2
23
23
hooks :
24
24
- id : bandit
25
25
additional_dependencies : ['.[toml]']
26
26
args : ["--configfile", "pyproject.toml"]
27
27
exclude : ' ^tests/'
28
28
- repo : https://github.com/pycqa/flake8
29
- rev : 7.1.0
29
+ rev : 7.1.1
30
30
hooks :
31
31
- id : flake8
32
32
additional_dependencies :
39
39
hooks :
40
40
- id : autoflake
41
41
- repo : https://github.com/asottile/pyupgrade
42
- rev : v3.16.0
42
+ rev : v3.19.1
43
43
hooks :
44
44
- id : pyupgrade
45
45
args : ["--py39-plus", "--keep-runtime-typing"]
You can’t perform that action at this time.
0 commit comments