Skip to content

Commit 6e79db6

Browse files
committedOct 9, 2024
chore: release 0.23.1
1 parent f2fe751 commit 6e79db6

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed
 

‎pyproject.toml

+9-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "tree-sitter"
7-
version = "0.23.0"
7+
version = "0.23.1"
88
description = "Python bindings to the Tree-sitter parsing library"
99
keywords = ["incremental", "parsing", "tree-sitter"]
1010
classifiers = [
@@ -61,3 +61,11 @@ test-command = "python -munittest discover -s {project}/tests"
6161

6262
[tool.mypy]
6363
exclude = ["tree_sitter/core"]
64+
65+
[tool.rstcheck]
66+
ignore_directives = [
67+
"autoclass",
68+
"autodata",
69+
"automethod",
70+
"autosummary"
71+
]

0 commit comments

Comments
 (0)