Known issues and limitations#
After running the hook, I am seeing a “Skipped unrecognized file” message
The hook skips files that are not recognized by REUSE. If you see this message, the file type is not supported by the hook. For a list of supported file types, see the EXTENSION_COMMENT_STYLE_MAP in the reuse-tool repository.
To request support for an unrecognized file type, open an
issue in the ansys/pre-commit-hooks
repository.
I am getting a “OSError: [WinError 1314] A required privilege is not held by the client” error when running the hook on Windows
This issue is fixed in version 0.7.1 and later. If you are using an older version of the hook and do not want to upgrade, you can fix this issue by enabling Developer Mode on Windows. To enable Developer Mode, see Microsoft’s Settings for developers documentation.