File tree Expand file tree Collapse file tree 5 files changed +4
-1
lines changed
Expand file tree Collapse file tree 5 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 185185 "watson.middleware.SearchContextMiddleware" ,
186186 "wagtail.contrib.redirects.middleware.RedirectMiddleware" ,
187187 "waffle.middleware.WaffleMiddleware" ,
188+ "allauth.account.middleware.AccountMiddleware" ,
188189 "django_prometheus.middleware.PrometheusAfterMiddleware" ,
189190]
190191
Original file line number Diff line number Diff line change 11"""
22With these settings, tests run faster.
33"""
4+
45# pylint: disable=wildcard-import,unused-wildcard-import
56from .base import * # noqa
67from .base import env
Original file line number Diff line number Diff line change 1313framework.
1414
1515"""
16+
1617import os
1718import sys
1819from pathlib import Path
Original file line number Diff line number Diff line change 11"""
22Module for all Form Tests.
33"""
4+
45# pylint: disable=too-few-public-methods
56import pytest
67from django .utils .translation import gettext_lazy as _
Original file line number Diff line number Diff line change @@ -90,7 +90,6 @@ python_files = "tests.py test_*.py"
9090norecursedirs = " .git */migrations/* */static/* venv .venv .poetry .virtualenv node_modules"
9191
9292[tool .black ]
93- skip_numeric_underscore_normalization = true
9493exclude = " .*(venv|virtualenv|.poetry|migrations|node_modules)"
9594
9695[tool .isort ]
You can’t perform that action at this time.
0 commit comments