rohit-clootrack / linting-test

One-line docstring should fit on one line with quotes FLK-D200
Documentation
Minor
a year agoa year old
One-line docstring should fit on one line with quotes
  1"""  2Base settings to build other settings files upon.
  3"""
  4from pathlib import Path
One-line docstring should fit on one line with quotes
 8
 9
10class TestUserAdminCreationForm:
11    """12    Test class for all tests related to the UserAdminCreationForm
13    """
14
One-line docstring should fit on one line with quotes
 1""" 2Module for all Form Tests.
 3"""
 4from django.utils.translation import gettext_lazy as _
One-line docstring should fit on one line with quotes
 1""" 2With these settings, tests run faster.
 3"""
 4