@@ -14,7 +14,7 @@ dependencies = [
14
14
" questionary (>=2.0,<3.0)" ,
15
15
" decli (>=0.6.0,<1.0)" ,
16
16
" colorama (>=0.4.1,<1.0)" ,
17
- " termcolor (>=1.1,<3 )" ,
17
+ " termcolor (>=1.1.0,<4.0.0 )" ,
18
18
" packaging>=19" ,
19
19
" tomlkit (>=0.5.3,<1.0.0)" ,
20
20
" jinja2>=2.10.3" ,
@@ -250,12 +250,7 @@ cover.help = "Run the test suite with coverage"
250
250
cover.ref = " test --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen"
251
251
252
252
all.help = " Run all tasks"
253
- all.sequence = [
254
- " format" ,
255
- " lint" ,
256
- " cover" ,
257
- " check-commit" ,
258
- ]
253
+ all.sequence = [" format" , " lint" , " cover" , " check-commit" ]
259
254
260
255
"doc:screenshots".help = " Render documentation screeenshots"
261
256
"doc:screenshots".script = " scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"
@@ -267,10 +262,7 @@ doc.help = "Live documentation server"
267
262
doc.cmd = " mkdocs serve"
268
263
269
264
ci.help = " Run all tasks in CI"
270
- ci.sequence = [
271
- { cmd = " pre-commit run --all-files" },
272
- " cover" ,
273
- ]
265
+ ci.sequence = [{ cmd = " pre-commit run --all-files" }, " cover" ]
274
266
ci.env = { SKIP = " no-commit-to-branch" }
275
267
276
268
setup-pre-commit.help = " Install pre-commit hooks"
0 commit comments