rohit-clootrack / linting-test

Doc line too long FLK-W505
Style
Minor
a year agoa year old
doc line too long (108 > 88 characters)
319# django-cors-headers - https://github.com/adamchainz/django-cors-headers#setup
320CORS_URLS_REGEX = r"^/api/.*$"
321
322# By Default swagger ui is available only to admin user(s). You can change permission classes to change that323# See more configuration options at https://drf-spectacular.readthedocs.io/en/latest/settings.html#settings
324SPECTACULAR_SETTINGS = {
325    "TITLE": "Linting-test API",
doc line too long (107 > 88 characters)
320CORS_URLS_REGEX = r"^/api/.*$"
321
322# By Default swagger ui is available only to admin user(s). You can change permission classes to change that
323# See more configuration options at https://drf-spectacular.readthedocs.io/en/latest/settings.html#settings324SPECTACULAR_SETTINGS = {
325    "TITLE": "Linting-test API",
326    "DESCRIPTION": "Documentation of API endpoints of Linting-test",