third_party.pylibs.pylint.src/pylint/test/regrtest_data/meta.py
Claudiu Popa fe8f7dce2e Disable the information category messages by default.
This is a step towards making pylint more sane, as per the discussion from issue #746.
2015-12-28 10:35:31 +02:00

4 lines
102 B
Python

# pylint: disable=invalid-name, missing-docstring
# pylint: disable=unbalanced-tuple-unpacking
n = 42