Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Jul 8, 2024
1 parent e3ea356 commit c55628f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion repl.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

sys.exit(
check_call(
[ # noqa: S603
[
os.path.join(base_dir, "manage.py"), # noqa: PTH118
"shell",
*sys.argv[1:],
Expand Down
2 changes: 1 addition & 1 deletion unified_ecommerce/celery.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

os.environ.setdefault("DJANGO_SETTINGS_MODULE", "unified_ecommerce.settings")

from django.conf import settings # noqa: E402
from django.conf import settings

app = Celery("unified_ecommerce")
app.config_from_object("django.conf:settings", namespace="CELERY")
Expand Down

0 comments on commit c55628f

Please sign in to comment.