Fix pylint, add documentation gen script

This commit is contained in:
Andrew Smirnov
2021-05-27 20:16:51 +03:00
parent 9f2d9f11ae
commit fbc6535975
5 changed files with 19 additions and 210 deletions

View File

@@ -37,7 +37,7 @@ limit-inference-results=100
# List of plugins (as comma separated values of python module names) to load,
# usually to register additional checkers.
load-plugins=pylint_django
django-settings-module=access_controller_new.access_controller.settings
django-settings-module=access_controller.settings
# Pickle collected data for later comparisons.
persistent=yes