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

@@ -10,6 +10,9 @@ documentation = { workspace = true }
repository = { workspace = true }
license = { workspace = true }
[lib]
doctest= false
[dependencies]
ruff_cache = { path = "../ruff_cache" }
ruff_formatter = { path = "../ruff_formatter" }