[MAINT] Add pre commit hooks#94
Open
ndgrigorian wants to merge 6 commits intofeature/add-numpy-random-interfacefrom
Open
[MAINT] Add pre commit hooks#94ndgrigorian wants to merge 6 commits intofeature/add-numpy-random-interfacefrom
ndgrigorian wants to merge 6 commits intofeature/add-numpy-random-interfacefrom
Conversation
321ba3b to
f9cfa6e
Compare
Collaborator
Author
|
these changes have (by some twisted miracle) introduced build failures—but only on Windows. I will have to undo and find the root cause of this. |
f9fdc04 to
dbdcae3
Compare
dbdcae3 to
4ca26c7
Compare
4ca26c7 to
bf54ddc
Compare
Collaborator
Author
seems clang-format caused it, likely order of includes. I will exclude include blocks from clang-formatting |
715bb4f to
e5b5825
Compare
05f55ab to
026b575
Compare
026b575 to
ce639f1
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR adds pre-commit hooks to the project, following similar work last year in
mkl_fftAlso updates to conform with new linters (including cython-lint), adds a pre-commit check workflow, and adds changes to
.git-blame-ignore-revsCloses #61