We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc18a69 commit 729ffb7Copy full SHA for 729ffb7
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
5
[project]
6
name = "difflib-parser"
7
-version = "1.2.2"
+version = "2.0.0"
8
authors = [{ name = "Jiahao, Woo", email = "woojiahao1234@gmail.com" }]
9
description = "Lightweight Python package for parsing Python difflib's diff results"
10
readme = "README.md"
@@ -25,3 +25,6 @@ Issues = "https://github.com/git-mastery/difflib-parser/issues"
25
[tool.pytest.ini_options]
26
addopts = ["--import-mode=importlib"]
27
pythonpath = ["src"]
28
+
29
+[tool.mypy]
30
+mypy_path = "src"
0 commit comments