-
Notifications
You must be signed in to change notification settings - Fork 128
[pre-commit.ci] pre-commit autoupdate #39076
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.7...v20.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.10...v0.11.2)
3240fac
to
c571815
Compare
for more information, see https://pre-commit.ci
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Does the formatting look a bit odd?
.def( | ||
"getExperimentInfo", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did it add a new line here?
.def("insert", insert_set, (arg("self"), arg("set"))) | ||
.def("extend", insert_set, (arg("self"), arg("set"))) | ||
.def("erase", (std::size_t(w_t::*)(e_t const &))&w_t::erase, (arg("self"), arg("index"))) | ||
.def("erase", (std::size_t (w_t::*)(e_t const &))&w_t::erase, (arg("self"), arg("index"))) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are we happy with the spaces it's putting for these casts?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That seems odd
7c31800
to
4d18e98
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't mind the spaces it's put in, they're consistent at least.
This is a variant of mantidproject#39076 updates: - [github.com/pre-commit/mirrors-clang-format: v19.1.7 → v20.1.0](pre-commit/mirrors-clang-format@v19.1.7...v20.1.0) - [github.com/astral-sh/ruff-pre-commit: v0.9.10 → v0.11.2](astral-sh/ruff-pre-commit@v0.9.10...v0.11.2) remove unnecessary brackets Update cppcheck suppression line number
updates: