-
Notifications
You must be signed in to change notification settings - Fork 129
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
[pre-commit.ci] pre-commit autoupdate #38158
Conversation
Please don't review until after #38126 goes in. |
a492e93
to
af85104
Compare
e32e367
to
fb78386
Compare
👋 Hi, @pre-commit-ci, Conflicts have been detected against the base branch. Please rebase your branch against the base branch. |
fb78386
to
8f1f9c0
Compare
👋 Hi, @pre-commit-ci, Conflicts have been detected against the base branch. Please rebase your branch against the base branch. |
8f1f9c0
to
2f81608
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.
The majority of the formatting changes look good. There are a couple of oddities in some of the formatted files, see below
Framework/Geometry/inc/MantidGeometry/MDGeometry/MDGeometryXMLBuilder.h
Outdated
Show resolved
Hide resolved
Framework/Geometry/inc/MantidGeometry/MDGeometry/MDGeometryXMLDefinitions.h
Outdated
Show resolved
Hide resolved
Framework/PythonInterface/core/inc/MantidPythonInterface/core/Converters/MatrixToNDArray.h
Show resolved
Hide resolved
docs/source/release/v6.12.0/Framework/Data_Objects/New_features/38177.rst
Outdated
Show resolved
Hide resolved
e005e02
to
522921a
Compare
I've rebased on |
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.
A few minor things to fix (see individual comments):
- some
namespace
comments have been added in the wrong place - a lot of commented out includes should be removed
- some comment formatting can be adjusted
Framework/CurveFitting/inc/MantidCurveFitting/Functions/Abragam.h
Outdated
Show resolved
Hide resolved
Framework/MDAlgorithms/test/CompositeImplicitFunctionParserTest.h
Outdated
Show resolved
Hide resolved
Framework/PythonInterface/core/inc/MantidPythonInterface/core/Converters/MatrixToNDArray.h
Show resolved
Hide resolved
updates: - [github.com/pre-commit/pre-commit-hooks.git: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks.git/compare/v4.6.0...v5.0.0) - [github.com/pre-commit/mirrors-clang-format: v12.0.1 → v19.1.2](pre-commit/mirrors-clang-format@v12.0.1...v19.1.2) - [github.com/astral-sh/ruff-pre-commit: v0.6.8 → v0.7.0](astral-sh/ruff-pre-commit@v0.6.8...v0.7.0)
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
For clang-format v19.1.2 it seems to have a hard time with some `struct` declarations. This turns off formatting around those areas. Maybe in a future version it can be turned back on again.
7a69227
to
dad070b
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.
Thanks for the changes. Looking good.
updates: