Skip to content

Commit 618e8ee

Browse files
committed
fixing mypy
1 parent 1eb67f0 commit 618e8ee

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

mypy.ini

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,4 @@
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.*]
224
ignore_errors = True

pyproject.toml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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",

0 commit comments

Comments
 (0)