Skip to content

Commit

Permalink
Merge pull request #72 from humanoid-path-planner/pre-commit-ci-updat…
Browse files Browse the repository at this point in the history
…e-config

[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Oct 7, 2024
2 parents 832d73c + 3150f41 commit 241f19c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ ci:
autoupdate_branch: devel
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.6.3
rev: v0.6.9
hooks:
- id: ruff
args:
Expand All @@ -19,13 +19,13 @@ repos:
- id: toml-sort-fix
exclude: poetry.lock
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.8
rev: v19.1.1
hooks:
- id: clang-format
args:
- --style=Google
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.6.0
rev: v5.0.0
hooks:
- id: check-added-large-files
- id: check-ast
Expand Down
4 changes: 3 additions & 1 deletion include/hpp/util/debug.hh
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,9 @@ extern HPP_UTIL_DLLAPI Logging logging;
#define hppDebug(statement) \
do { \
using namespace ::hpp::debug; \
{ statement; } \
{ \
statement; \
} \
} while (0)

/// \brief Enable \c statement when HPP_DEBUG is defined.
Expand Down

0 comments on commit 241f19c

Please sign in to comment.