8000 cleanup some projects · fluent-qa/fluentqa-pytpl@014961a · GitHub
[go: up one dir, main page]

Skip to content

Commit 014961a

Browse files
committed
cleanup some projects
1 parent 7f22ada commit 014961a

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
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

pyproject.toml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff 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]
11497
extend-exclude = [
11598
"template",

0 commit comments

Comments
 (0)
0