Skip to content

Commit

Permalink
Use invoke and fix for Ruff
Browse files Browse the repository at this point in the history
  • Loading branch information
smk4664 committed Aug 22, 2024
1 parent 3df16c7 commit 53d6caf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nautobot-app/hooks/post_gen_project.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 <my local username> ./` as migrations may be owned by root
* invoke ruff --fix # this will ensure all python files are formatted correctly, may require `sudo chown -R <my local username> ./` 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.
"""
Expand Down

0 comments on commit 53d6caf

Please sign in to comment.