hookman icon indicating copy to clipboard operation
hookman copied to clipboard

A plugin management system in python to applications (in totally or partially) written in C++.    

Results 3 hookman issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/pre-commit/pre-commit-hooks: v4.3.0 → v4.4.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.3.0...v4.4.0)

### Description The current cmake configuration uses ``` if(NOT WIN32) set(CMAKE_C_COMPILER clang) set(CMAKE_CXX_COMPILER clang++) set(CMAKE_C_FLAGS "-Wall -std=c99") set(CMAKE_C_FLAGS_DEBUG "-g") endif(NOT WIN32) ``` I think it should be `gcc` instead of...

Add a new identifier on config.yaml to be used as an identifier on: - `remove_plugin` method - `ignored_plugins` argument