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 1
1
# README
2
2
3
3
``` 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
6
6
```
7
7
8
8
## PDM as Pythong Depencincy Manager
Original file line number Diff line number Diff line change @@ -93,23 +93,6 @@ source = [
93
93
" src/qpytpl" ,
94
94
]
95
95
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
-
113
96
[tool .ruff ]
114
97
extend-exclude = [
115
98
" template" ,
You can’t perform that action at this time.
0 commit comments