nautobot / cookiecutter-nautobot-app

Cookiecutter template for creating new Nautobot Apps.
https://docs.nautobot.com/projects/cookiecutter-nautobot-app/en/latest/
Apache License 2.0
14 stars 5 forks source link

Change Post Actions #161

Open smk4664 opened 1 week ago

smk4664 commented 1 week ago

Currently we run post_action=black. Now that we have moved to Ruff, we should be using post_action=["ruff"]. Also proposing that we add poetry to the post actions.

Can be specified as CLI argument with --post-action=ruff for all apps here: https://github.com/nautobot/cookiecutter-nautobot-app/blob/develop/.github/workflows/tag-nautobot-app-v2.yml#L40

To disable black add --disable-post-actions=black.