xref: /qemu/python/tests/pylint.sh (revision 0c49c9180c5498bcd55edc1bfb12b0466e08575c)
1#!/bin/sh -e
2# See commit message for environment variable explainer.
3SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint qemu/
4SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint scripts/
5