mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-01-31 11:51:39 +03:00
Fix flake8 and pydocstyle errors
This commit is contained in:
parent
b184dba33f
commit
26dc839fdf
2
examples/miniapps/django/.pydocstylerc
Normal file
2
examples/miniapps/django/.pydocstylerc
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
[pydocstyle]
|
||||||
|
ignore = D100,D101,D102,D103,D105,D107,D203,D212,D213,D400,D406,D407,D411,D413,D415
|
|
@ -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``.
|
It exposes the ASGI callable as a module-level variable named ``application``.
|
||||||
|
|
||||||
|
|
|
@ -0,0 +1 @@
|
||||||
|
"""Web application package."""
|
|
@ -1,3 +1,3 @@
|
||||||
from django.test import TestCase
|
# from django.test import TestCase
|
||||||
|
|
||||||
# Create your tests here.
|
# Create your tests here.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user