Skip to content

Commit

Permalink
Merge pull request #126 from loco-3d/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
[pre-commit.ci] pre-commit autoupdate
  • Loading branch information
nim65s authored Jun 12, 2024
2 parents b337501 + fa65f84 commit b9fdb89
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 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.3.7
rev: v0.4.8
hooks:
- id: ruff
args:
Expand All @@ -19,7 +19,7 @@ repos:
- id: toml-sort-fix
exclude: poetry.lock
- repo: https://github.com/pre-commit/mirrors-clang-format
rev: v18.1.3
rev: v18.1.6
hooks:
- id: clang-format
args:
Expand Down
4 changes: 2 additions & 2 deletions tests/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ void CompareCurves(const curve1& c1, const curve2& c2,
std::cout
<< errMsg
<< "CompareCurves, ERROR, time min and max of curves do not match ["
<< T_min << "," << T_max << "] " << " and [" << c2.min() << ","
<< c2.max() << "] " << std::endl;
<< T_min << "," << T_max << "] "
<< " and [" << c2.min() << "," << c2.max() << "] " << std::endl;
error = true;
} else {
// derivative in T_min and T_max
Expand Down

0 comments on commit b9fdb89

Please sign in to comment.