Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ENH: Update pre-commit config to include "clang-format"
By adding `trailing-whitespace` to the pre-commit configuration, it enables the following: * GitHub Action report: Suggested changes are reported in the error log associated with the pre-commit GitHub Action workflow. * Consolidated local pre-commit checks and updates by running: ``` pip install pre-commit pre-commit run --all-files ```
- Loading branch information