diff --git a/nautobot-app/hooks/post_gen_project.py b/nautobot-app/hooks/post_gen_project.py index 99e321b..ab2a7eb 100644 --- a/nautobot-app/hooks/post_gen_project.py +++ b/nautobot-app/hooks/post_gen_project.py @@ -15,7 +15,7 @@ * poetry install * poetry shell * invoke makemigrations -* ruff check . # this will ensure all python files are formatted correctly, may require `sudo chown -R ./` as migrations may be owned by root +* invoke ruff --fix # this will ensure all python files are formatted correctly, may require `sudo chown -R ./` as migrations may be owned by root The file `creds.env` will be ignored by git and can be used to override default environment variables. """