"""pylint_django module.""" from __future__ import absolute_import import sys from pylint_django import plugin if sys.version_info < (3,): raise DeprecationWarning("Version 0.11.1 was the last to support Python 2. " "Please migrate to Python 3!") register = plugin.register # pylint: disable=invalid-name load_configuration = plugin.load_configuration # pylint: disable=invalid-name
Name | Type | Size | Permission | Actions |
---|---|---|---|---|
__pycache__ | Folder | 0755 |
|
|
augmentations | Folder | 0755 |
|
|
checkers | Folder | 0755 |
|
|
tests | Folder | 0755 |
|
|
transforms | Folder | 0755 |
|
|
__init__.py | File | 393 B | 0644 |
|
__pkginfo__.py | File | 28 B | 0644 |
|
compat.py | File | 1.07 KB | 0644 |
|
plugin.py | File | 1.48 KB | 0644 |
|
utils.py | File | 1.15 KB | 0644 |
|