diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7ea4bdec6a6b534d00c4f024f5edb60788dd0674..0ceeff267aa99e27b08e9c60e8172f16e11ba7fd 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -26,5 +26,3 @@ repos: hooks: - id: cppcheck args: ["--enable=all", "--suppress=missingIncludeSystem", "--language=c"] - - id: cpplint - args: ["--verbose", "0", "--filter", "-runtime/int,-build/include_subdir,-runtime/printf"]