Add requires
/conflicts
keys to Token
model
requires:
- python.flake
requires: [python.flake, python.autoflake]
conflicts: [python.flake, python.autoflake]
Requirements
-
It should not be possible for a token to require or conflict with itself. -
It should not be possible to require or conflict with a token that doesn't exist.
Edited by Emily Wright