Skip to content

Commit 0108eac

Browse files
authored
Merge pull request #282 from blink1073/more-hatch-cleanup
More build system cleanup
2 parents 068615f + 66dfc90 commit 0108eac

File tree

2 files changed

+4
-12
lines changed

2 files changed

+4
-12
lines changed

mypy.ini

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

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -58,18 +58,14 @@ Homepage = "https://jupyter.org"
5858
[tool.hatch.version]
5959
path = "jupyter_console/_version.py"
6060

61-
[tool.hatch.build.targets.sdist]
62-
include = [
63-
"/jupyter_console",
64-
]
65-
66-
[tool.jupyter-releaser]
67-
skip = ["check-links"]
68-
6961
[tool.pytest.ini_options]
7062
addopts = "--durations=10"
7163

7264
[tool.flake8]
7365
max-line-length = "99"
7466
ignore = "W291, E266, E265, E128, E251, E402, E124, E302, W293, E231, E222, W503, E126, E121, W391, E226, E127, W504"
7567

68+
[tool.mypy]
69+
python_version = "3.8"
70+
ignore_missing_imports = true
71+
follow_imports = "silent"

0 commit comments

Comments
 (0)