mirror of
https://github.com/Second-Hand-Friends/kleinanzeigen-bot.git
synced 2026-03-12 10:31:50 +01:00
improve type hints
This commit is contained in:
@@ -104,13 +104,17 @@ aggressive = 3
|
||||
# https://github.com/python/mypy
|
||||
#####################
|
||||
[tool.mypy]
|
||||
# https://mypy.readthedocs.io/en/stable/config_file.html
|
||||
#mypy_path = "$MYPY_CONFIG_FILE_DIR/tests/stubs"
|
||||
python_version = "3.10"
|
||||
strict = true
|
||||
disallow_untyped_calls = false
|
||||
disallow_untyped_defs = true
|
||||
disallow_incomplete_defs = true
|
||||
ignore_missing_imports = true
|
||||
show_error_codes = true
|
||||
warn_unused_ignores = true
|
||||
verbosity = 0
|
||||
|
||||
|
||||
#####################
|
||||
|
||||
Reference in New Issue
Block a user