Priority#

Priority allows you to specify when a pack activates. This allows you to customize if your pack rules must apply before or after other packs. Stage lets you specify a general time when you want your rules to activate.

stage "early" | "standard" | "late" - The stage in which the rule should activate.

before str | list[str] - A set of pack id(s). The rules from these packs should be applied before the current rule(s).

after str | list[str] - A set of pack id(s). The rules from these packs should be applied after the current rule(s).