Compare commits

..

No commits in common. "bbbcd4730ce874a21fa88df276c0db73c3de30a2" and "bfb0acc169beea86077a65399913cc10966f6749" have entirely different histories.

3 changed files with 2 additions and 4 deletions

View file

@ -31,7 +31,7 @@ repos:
- id: django-upgrade
args: [--target-version, "4.1"]
- repo: https://github.com/psf/black
rev: 24.1.1
rev: 23.12.1
hooks:
- id: black
args: [--target-version, py311]
@ -50,7 +50,7 @@ repos:
- id: prettier
types_or: [javascript, css]
- repo: https://github.com/pre-commit/mirrors-eslint
rev: v9.0.0-alpha.2
rev: v9.0.0-alpha.1
hooks:
- id: eslint
args: [--fix]

View file

@ -9,7 +9,6 @@ https://docs.djangoproject.com/en/3.1/topics/settings/
For the full list of settings and their values, see
https://docs.djangoproject.com/en/3.1/ref/settings/
"""
import os
from pathlib import Path

View file

@ -13,7 +13,6 @@ Including another URLconf
1. Import the include() function: from django.urls import include, path
2. Add a URL to urlpatterns: path('checkout/', include('checkout.urls'))
"""
from django.conf.urls.static import static
from django.contrib import admin
from django.urls import include, path