blob: 2b68da90df7629828953e721e43df35035b1214f (
plain) (
blame)
1
2
3
4
|
#!/bin/sh -e
# See commit message for environment variable explainer.
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint qemu/
SETUPTOOLS_USE_DISTUTILS=stdlib python3 -m pylint scripts/
|