JeffYang52415 commited on
Commit
6ed3c06
·
unverified ·
1 Parent(s): 091743c

refactor: pyproject.toml

Browse files
Files changed (1) hide show
  1. pyproject.toml +3 -2
pyproject.toml CHANGED
@@ -64,11 +64,12 @@ multi_line_output = 3
64
  line_length = 88
65
 
66
  [tool.mypy]
67
- python_version = ">=3.12"
68
  warn_return_any = true
69
  warn_unused_configs = true
70
  exclude = ["tests/.*"]
71
-
 
72
 
73
 
74
 
 
64
  line_length = 88
65
 
66
  [tool.mypy]
67
+ python_version = "3.12"
68
  warn_return_any = true
69
  warn_unused_configs = true
70
  exclude = ["tests/.*"]
71
+ ignore_missing_imports = true
72
+ follow_imports = "silent"
73
 
74
 
75