blob: 448ac55b6e7a0ea241b47ae4be100b8a6973d193 [file] [log] [blame]
#!/usr/bin/env python
# Licensed under the GPL: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
# For details: https://github.com/pylint-dev/pylint/blob/main/LICENSE
# Copyright (c) https://github.com/pylint-dev/pylint/blob/main/CONTRIBUTORS.txt
import pylint
pylint.modify_sys_path()
pylint.run_pylint()