Skip to content

Commit

Permalink
chore(deps): update pre-commit-deps (#114)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Milan Vukov <mvukov@gmail.com>
  • Loading branch information
renovate[bot] and mvukov authored Jun 16, 2024
1 parent 738bc74 commit a0d6e40
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,17 +42,17 @@ repos:
- id: yapf
args: [-i, --style, .style.yapf]
- repo: https://github.com/asottile/reorder_python_imports
rev: v3.12.0
rev: v3.13.0
hooks:
- id: reorder-python-imports
args: [--py37-plus]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.4.1
rev: v0.4.9
hooks:
- id: ruff
args: [--fix, --show-fixes, --exit-non-zero-on-fix]
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.4
rev: v18.1.6
hooks:
- id: clang-format
- repo: https://github.com/cpplint/cpplint
Expand Down
4 changes: 2 additions & 2 deletions optimus/testing/eigen_matchers.h
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ class EigenNearMatcher {
equal = false;
if (listener != nullptr) {
*listener << std::endl
<< "matrices differ at (" << row << ", " << col
<< "): " << " expected " << expected_value << ", got "
<< "matrices differ at (" << row << ", " << col << "): "
<< " expected " << expected_value << ", got "
<< actual_value << ", abs(diff)="
<< std::abs(expected_value - actual_value);
}
Expand Down

0 comments on commit a0d6e40

Please sign in to comment.