Skip to content

Commit 7417c3e

Browse files
committed
Update pyproject.toml
1 parent 88f3eaa commit 7417c3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ classifiers = [
2323
"Topic :: Software Development :: Libraries :: Python Modules",
2424
"Topic :: Text Processing :: Markup",
2525
]
26-
keywords = ["markdown lexer parser development"]
26+
keywords = ["markdown", "lexer", "parser", "commonmark", "markdown-it"]
2727
requires-python = ">=3.7"
2828
dependencies = [
2929
"attrs>=19,<22",
@@ -93,7 +93,7 @@ module = ["tests.test_plugins.*", "markdown.*"]
9393
ignore_errors = true
9494

9595
[[tool.mypy.overrides]]
96-
module = [ "markdown.*"]
96+
module = ["markdown.*"]
9797
ignore_missing_imports = true
9898

9999
[tool.pytest.ini_options]

0 commit comments

Comments
 (0)