Skip to content

Commit

Permalink
format before lint in pre-commit command (#2338)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kakadus authored Nov 25, 2024
1 parent 17e604e commit 820d938
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/management/commands/precommit.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ def handle(self, *args, **options):
# subprocess call so our sys.argv check in settings.py works
subprocess.run(["./manage.py", "test"], check=False) # nosec

call_command("lint")
call_command("format")
call_command("lint")

0 comments on commit 820d938

Please sign in to comment.