Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 498 Bytes

File metadata and controls

16 lines (11 loc) · 498 Bytes

Markers

pytask uses markers to attach additional information to a task. You can see all available markers by using the pytask markers command.

--8<-- "docs/source/_static/md/markers.md"

As explained in this tutorial, you can use markers to select tasks.

Register your marker in the configuration file with its name and description.

[tool.pytask.ini_options.markers]
wip = "A marker for tasks which are work-in-progress."