@@ -7,7 +7,7 @@ maintainers = [
7
7
{ name = " Wei Lee" , email = " weilee.rx@gmail.com" },
8
8
{ name = " Axel H." , email = " noirbizarre@gmail.com" },
9
9
]
10
- license = { text = " LICENSE" }
10
+ license = { file = " LICENSE" }
11
11
readme = " docs/README.md"
12
12
requires-python = " >=3.9,<4.0"
13
13
dependencies = [
@@ -249,12 +249,7 @@ cover.help = "Run the test suite with coverage"
249
249
cover.ref = " test --cov-report term-missing --cov-report=xml:coverage.xml --cov=commitizen"
250
250
251
251
all.help = " Run all tasks"
252
- all.sequence = [
253
- " format" ,
254
- " lint" ,
255
- " cover" ,
256
- " check-commit" ,
257
- ]
252
+ all.sequence = [" format" , " lint" , " cover" , " check-commit" ]
258
253
259
254
"doc:screenshots".help = " Render documentation screeenshots"
260
255
"doc:screenshots".script = " scripts.gen_cli_help_screenshots:gen_cli_help_screenshots"
@@ -266,10 +261,7 @@ doc.help = "Live documentation server"
266
261
doc.cmd = " mkdocs serve"
267
262
268
263
ci.help = " Run all tasks in CI"
269
- ci.sequence = [
270
- { cmd = " pre-commit run --all-files" },
271
- " cover" ,
272
- ]
264
+ ci.sequence = [{ cmd = " pre-commit run --all-files" }, " cover" ]
273
265
ci.env = { SKIP = " no-commit-to-branch" }
274
266
275
267
setup-pre-commit.help = " Install pre-commit hooks"
0 commit comments