mirror of
https://github.com/astral-sh/ruff.git
synced 2025-11-01 12:25:45 +00:00
Run doctests as part of CI pipeline (#9939)
This commit is contained in:
parent
a50e2787df
commit
341c2698a7
14 changed files with 37 additions and 3 deletions
|
|
@ -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" }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue