Skip to content

Commit d9108ac

Browse files
authored
Mark parsimonious as completed (#8934)
1 parent 209ccba commit d9108ac

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,11 @@
11
parsimonious.nodes.RuleDecoratorMeta.__new__
2+
3+
# Re-export:
4+
parsimonious.nodes.version_info
5+
6+
# Magic:
7+
parsimonious.adhoc_expression
8+
9+
# Tests are shipped with the source, we ignore it:
10+
parsimonious.tests
11+
parsimonious\.tests\..*

stubs/parsimonious/METADATA.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,4 @@
11
version = "0.10.*"
2+
3+
[tool.stubtest]
4+
ignore_missing_stub = false

0 commit comments

Comments
 (0)