From 12c3d1556be3bacaf4816898616b6124e0d44da9 Mon Sep 17 00:00:00 2001 From: Mark Byrne <31762852+mbyrnepr2@users.noreply.github.com> Date: Tue, 16 May 2023 10:30:12 +0200 Subject: Recognize stub ``pyi`` Python files. (#2182) Recognize stub ``pyi`` Python files. Refs pylint-dev/pylint#4987 Co-authored-by: Jacob Walls --- tests/testdata/python3/pyi_data/module.py | 0 1 file changed, 0 insertions(+), 0 deletions(-) create mode 100644 tests/testdata/python3/pyi_data/module.py (limited to 'tests/testdata/python3/pyi_data/module.py') diff --git a/tests/testdata/python3/pyi_data/module.py b/tests/testdata/python3/pyi_data/module.py new file mode 100644 index 00000000..e69de29b -- cgit v1.2.1