summaryrefslogtreecommitdiff
path: root/tests/functional/i/invalid/invalid_name/invalid_name-module-disable.py
blob: 3d3be3180805b3bc721160b15be2aa348b3d60f2 (plain)
1
2
3
4
5
6
# pylint: disable=invalid-name

"""Regression test for disabling of invalid-name for module names.

See https://github.com/pylint-dev/pylint/issues/3973.
"""