Skip to content

Commit b100458

Browse files
committed
python metadata
1 parent 68c67fd commit b100458

File tree

2 files changed

+8
-11
lines changed

2 files changed

+8
-11
lines changed

.mypy.ini

Lines changed: 0 additions & 8 deletions
This file was deleted.

pyproject.toml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
1-
[build-system]
2-
requires = ["setuptools", "wheel"]
3-
41
[tool.black]
52
line-length = 100
3+
4+
[tool.mypy]
5+
files = ["test/"]
6+
ignore_missing_imports = true
7+
strict_optional = false
8+
allow_redefinition = true
9+
show_error_context = false
10+
show_column_numbers = true

0 commit comments

Comments
 (0)