File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed
Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 11# README
22
33``` sh
4- copier copy --trust < github_url > < path >
5- pdm init < github_url >
4+ copier copy --trust https://github.com/fluent-qa/fluentqa-pytpl.git my-project
5+ mkdir my-project && cd my-project && pdm init https://github.com/fluent-qa/fluentqa-pytpl.git
66```
77
88## PDM as Pythong Depencincy Manager
Original file line number Diff line number Diff line change @@ -93,23 +93,6 @@ source = [
9393 " src/qpytpl" ,
9494]
9595
96- [tool .mypy ]
97- check_untyped_defs = true
98- disallow_any_unimported = true
99- disallow_untyped_defs = true
100- enable_error_code = [
101- " ignore-without-code" ,
102- ]
103- exclude = [
104- " build" ,
105- " template" ,
106- ]
107- no_implicit_optional = true
108- show_error_codes = true
109- warn_return_any = true
110- warn_unused_ignores = true
111-
112-
11396[tool .ruff ]
11497extend-exclude = [
11598 " template" ,
You can’t perform that action at this time.
0 commit comments