File tree Expand file tree Collapse file tree 4 files changed +26
-23
lines changed
Expand file tree Collapse file tree 4 files changed +26
-23
lines changed Load Diff This file was deleted.
Load Diff This file was deleted.
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -30,3 +30,29 @@ ignore =
3030 tests-pylintrc
3131 tests/*
3232 vuforia_secrets.env.example
33+
34+ [doc8]
35+
36+ max-line-length = 2000
37+ ignore-path = ./src/*.egg-info/SOURCES.txt,./docs/build/spelling/output.txt
38+
39+ [tool:pytest]
40+ xfail_strict =true
41+ log_cli =true
42+
43+ [mypy]
44+ check_untyped_defs = True
45+ disallow_incomplete_defs = True
46+ disallow_subclassing_any = True
47+ disallow_untyped_calls = True
48+ disallow_untyped_decorators = False
49+ disallow_untyped_defs = True
50+ follow_imports = silent
51+ ignore_missing_imports = True
52+ no_implicit_optional = True
53+ strict_optional = True
54+ warn_no_return = True
55+ warn_redundant_casts = True
56+ warn_return_any = True
57+ warn_unused_configs = True
58+ warn_unused_ignores = True
You can’t perform that action at this time.
0 commit comments