How to skip the FILESDIR?
In order to use cppcheck with pre-commit, I try to package cppcheck as a python wheel. Attachment is code. However: ❯ ptpython In [1]: from cppcheck import cppcheck In [2]: cppcheck("--enable=all", "--error-exitcode=1", "/home/wzy/Desktop/cppcheck-wheel/tests/input.c") cppcheck: Failed to load library configuration file 'std.cfg'. File not found Failed to load std.cfg. Your Cppcheck installation is broken, please re-install. The Cppcheck binary was compiled with FILESDIR set to "/tmp/tmp4jbtnk_g/wheel/platlib/cppcheck/data/share/Cppcheck"...