Run doctests as part of CI pipeline (#9939)

This commit is contained in:
Micha Reiser
2024-02-12 10:18:58 +01:00
committed by GitHub
parent a50e2787df
commit 341c2698a7
14 changed files with 37 additions and 3 deletions

View File

@@ -11,6 +11,7 @@ repository = { workspace = true }
license = { workspace = true }
[lib]
doctest = false
[dependencies]
ruff_python_ast = { path = "../ruff_python_ast" }