File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 66 paths :
77 - ' tests/main/**'
88 - ' tests/test_main_kr.py'
9+ - ' src/datamodel_code_generator/arguments.py'
910 - ' src/datamodel_code_generator/cli_options.py'
1011 - ' scripts/build_cli_docs.py'
1112 pull_request :
1213 branches : [main]
1314 paths :
1415 - ' tests/main/**'
1516 - ' tests/test_main_kr.py'
17+ - ' src/datamodel_code_generator/arguments.py'
1618 - ' src/datamodel_code_generator/cli_options.py'
1719 - ' scripts/build_cli_docs.py'
1820
Original file line number Diff line number Diff line change @@ -70,10 +70,10 @@ dependency_groups =
7070no_default_groups = true
7171
7272[testenv:cli-docs]
73- description = Check CLI documentation is up to date
73+ description = Build CLI documentation (use --check to validate only)
7474commands =
7575 pytest --collect-cli-docs -p no:xdist -q
76- python scripts/build_cli_docs.py {posargs:--check }
76+ python scripts/build_cli_docs.py {posargs}
7777dependency_groups = test
7878no_default_groups = true
7979
You can’t perform that action at this time.
0 commit comments