superlint/test/linters/python_pylint/python_good_2.py
Shop-kins eec862d0ea
fix: update pylint to ignore import-errors (#5927)
-re-instates previous super-linter pylint functionality

-ignoring import errors is desired as super-linter does not
 support installing dependencies as it runs

-creates a new test case file for confirming
 import-errors are disabled this consists of a 3rd
 party import and a basic usage
2024-07-31 09:27:11 +02:00

5 lines
65 B
Python

"""Test Python file for Pylint."""
import pytest
print(pytest)