File tree 2 files changed +7
-22
lines changed
2 files changed +7
-22
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,11 @@ repos:
21
21
args : ['--branch', 'main']
22
22
- id : requirements-txt-fixer
23
23
- id : trailing-whitespace
24
+ - repo : https://github.com/compilerla/conventional-pre-commit
25
+ rev : ' v3.6.0'
26
+ hooks :
27
+ - id : conventional-pre-commit
28
+ stages : [commit-msg]
24
29
- repo : https://github.com/charliermarsh/ruff-pre-commit
25
30
rev : ' v0.8.4'
26
31
hooks :
Original file line number Diff line number Diff line change @@ -50,7 +50,7 @@ test = [
50
50
]
51
51
quality = [
52
52
" ruff==0.8.4" ,
53
- " mypy==1.13 .0" ,
53
+ " mypy==1.14 .0" ,
54
54
" types-Pillow" ,
55
55
" pre-commit>=3.0.0,<5.0.0" ,
56
56
]
@@ -69,27 +69,7 @@ demo = [
69
69
" streamlit>=0.65.0,<2.0.0" ,
70
70
" torchvision>=0.15.0,<1.0.0" ,
71
71
]
72
- dev = [
73
- # test
74
- " requests>=2.20.0,<3.0.0" ,
75
- " torchvision>=0.15.0,<1.0.0" ,
76
- " pytest>=7.3.2" ,
77
- " pytest-cov>=4.0.0,<5.0.0" ,
78
- " pytest-pretty>=1.0.0,<2.0.0" ,
79
- # style
80
- " ruff==0.8.4" ,
81
- " mypy==1.13.0" ,
82
- " types-Pillow" ,
83
- " pre-commit>=3.0.0,<5.0.0" ,
84
- # docs
85
- " sphinx>=3.0.0,!=3.5.0" ,
86
- " furo>=2022.3.4" ,
87
- " sphinxemoji>=0.1.8" ,
88
- " sphinx-copybutton>=0.3.1" ,
89
- " recommonmark>=0.7.1" ,
90
- " sphinx-markdown-tables>=0.0.15" ,
91
- " Jinja2<3.1" ,
92
- ]
72
+
93
73
94
74
[project .urls ]
95
75
documentation = " https://frgfm.github.io/torch-cam"
You can’t perform that action at this time.
0 commit comments