diff --git a/pyproject.toml b/pyproject.toml index 7f3df30..401cc62 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta" [project] name = "tree-sitter" -version = "0.23.0" +version = "0.23.1" description = "Python bindings to the Tree-sitter parsing library" keywords = ["incremental", "parsing", "tree-sitter"] classifiers = [ @@ -61,3 +61,11 @@ test-command = "python -munittest discover -s {project}/tests" [tool.mypy] exclude = ["tree_sitter/core"] + +[tool.rstcheck] +ignore_directives = [ + "autoclass", + "autodata", + "automethod", + "autosummary" +]