Compare commits
1 Commits
0.1.0.post
...
0.1.0.post
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
38031deba2 |
@@ -51,9 +51,9 @@ where = ["src"]
|
||||
"dabdatasync.data" = ["*.*"]
|
||||
"dabdatasync" = ["py.typed"]
|
||||
|
||||
# [[tool.mypy.overrides]]
|
||||
# module = ""
|
||||
# ignore_missing_imports = true
|
||||
[[tool.mypy.overrides]]
|
||||
module = "webdav3.client"
|
||||
ignore_missing_imports = true
|
||||
|
||||
[tool.coverage.run]
|
||||
cover_pylib = false
|
||||
@@ -65,6 +65,11 @@ concurrency = [
|
||||
'thread'
|
||||
]
|
||||
|
||||
[tool.coverage.report]
|
||||
exclude_also = [
|
||||
"if TYPE_CHECKING:",
|
||||
]
|
||||
|
||||
[project.urls]
|
||||
Homepage = "https://chacha.ddns.net/gitea/chacha/dabdatasync"
|
||||
Documentation = "https://chacha.ddns.net/mkdocs-web/chacha/dabdatasync/master/latest/"
|
||||
|
||||
Reference in New Issue
Block a user