Skip to content

Commit

Permalink
Update code checks
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Nov 10, 2021
1 parent f4c5847 commit 3c3b9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code_check.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def get_current_msgids():
status("Make any missing migrations")
cmd("python manage.py makemigrations")
status("Running black")
cmd("black --line-length=119 --target-version=py36 ureport")
cmd("black --line-length=119 ureport")
status("Running flake8")
cmd("flake8")
status("Running isort")
Expand Down

0 comments on commit 3c3b9b8

Please sign in to comment.