File: __init__.py

package info (click to toggle)
pylint-common 0.2.5-5
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 136 kB
  • sloc: python: 86; makefile: 7; sh: 2
file content (5 lines) | stat: -rw-r--r-- 116 bytes parent folder | download | duplicates (4)
1
2
3
4
5
from pylint_common.augmentations import apply_augmentations


def register(linter):
    apply_augmentations(linter)