Fix flake8 and pydocstyle errors

This commit is contained in:
Roman Mogylatov 2020-10-03 21:48:22 -04:00
parent b184dba33f
commit 26dc839fdf
4 changed files with 5 additions and 3 deletions

View File

@ -0,0 +1,2 @@
[pydocstyle]
ignore = D100,D101,D102,D103,D105,D107,D203,D212,D213,D400,D406,D407,D411,D413,D415

View File

@ -1,5 +1,4 @@
"""
ASGI config for githubnavigator project.
"""ASGI config for githubnavigator project.
It exposes the ASGI callable as a module-level variable named ``application``.

View File

@ -0,0 +1 @@
"""Web application package."""

View File

@ -1,3 +1,3 @@
from django.test import TestCase
# from django.test import TestCase
# Create your tests here.