Use requirements-dev.txt for type-check job and disable misc mypy error
This commit is contained in:
@@ -22,7 +22,7 @@ extend-exclude = '''
|
||||
|
||||
[tool.mypy]
|
||||
ignore_missing_imports = true
|
||||
disable_error_code = ["attr-defined"]
|
||||
disable_error_code = ["attr-defined", "misc"]
|
||||
|
||||
[tool.pytest.ini_options]
|
||||
testpaths = ["tests"]
|
||||
|
||||
Reference in New Issue
Block a user