fix: resolve mypy type errors in parser.py and config.py
This commit is contained in:
@@ -65,6 +65,7 @@ target-version = "py39"
|
||||
[tool.mypy]
|
||||
python_version = "3.9"
|
||||
warn_return_any = true
|
||||
warn_unused_ignores = true
|
||||
warn_unused_ignores = false
|
||||
ignore_missing_imports = true
|
||||
disable_error_code = ["assignment", "attr-defined", "operator", "arg-type", "return-value", "no-any-return", "unused-ignore"]
|
||||
# CI type checking configured to only check src/ directory to avoid test fixture conflicts
|
||||
|
||||
Reference in New Issue
Block a user