We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2fe751 commit 6e79db6Copy full SHA for 6e79db6
pyproject.toml
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
5
[project]
6
name = "tree-sitter"
7
-version = "0.23.0"
+version = "0.23.1"
8
description = "Python bindings to the Tree-sitter parsing library"
9
keywords = ["incremental", "parsing", "tree-sitter"]
10
classifiers = [
@@ -61,3 +61,11 @@ test-command = "python -munittest discover -s {project}/tests"
61
62
[tool.mypy]
63
exclude = ["tree_sitter/core"]
64
+
65
+[tool.rstcheck]
66
+ignore_directives = [
67
+ "autoclass",
68
+ "autodata",
69
+ "automethod",
70
+ "autosummary"
71
+]
0 commit comments