File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change 1- [mypy]
2- python_version = 3.8
31
4- show_column_numbers = True
5-
6- follow_imports = normal
7- ignore_missing_imports = True
8-
9- # be strict
10- disallow_untyped_calls = True
11- warn_return_any = True
12- strict_optional = True
13- warn_no_return = True
14- warn_redundant_casts = True
15- warn_unused_ignores = True
16-
17- disallow_untyped_defs = True
18- check_untyped_defs = True
19- no_implicit_reexport = True
202
213[mypy-ninja_extra.compatible.*]
224ignore_errors = True
Original file line number Diff line number Diff line change @@ -22,8 +22,6 @@ classifiers = [
2222 " Intended Audience :: Developers" ,
2323 " License :: OSI Approved :: MIT License" ,
2424 " Programming Language :: Python :: 3" ,
25- " Programming Language :: Python :: 3.6" ,
26- " Programming Language :: Python :: 3.7" ,
2725 " Programming Language :: Python :: 3.8" ,
2826 " Programming Language :: Python :: 3.9" ,
2927 " Programming Language :: Python :: 3.10" ,
You can’t perform that action at this time.
0 commit comments