File: __init__.py

package info (click to toggle)
pylint-django 2.6.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 248 kB
  • sloc: python: 1,429; sh: 14; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 201 bytes parent folder | download
1
2
3
4
5
6
"""pylint_django module."""

from pylint_django import plugin

register = plugin.register  # pylint: disable=invalid-name
load_configuration = plugin.load_configuration  # pylint: disable=invalid-name