Skip to content
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 #790

Merged
merged 2 commits into from
May 14, 2024
Merged

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented May 13, 2024

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.4.3 → v0.4.4](astral-sh/ruff-pre-commit@v0.4.3...v0.4.4)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 41e5d75 to c411962 Compare May 13, 2024 17:41
@jenkins-cscs
Copy link
Collaborator

Can one of the admins verify this patch?

@hfp
Copy link
Member

hfp commented May 14, 2024

This PR can be merged for the sake of updating Ruff. However, compilation/test with latest GCC (14.x!) seems to point-out false positives or an issue in GFortran's runtime. For example:

Error: ‘stats_type.119.num_mnk_stacks.dim[0].lbound’ is used uninitialized [-Werror=uninitialized]
points to fully internal data members of an ALLOCATABLE array aka descriptor with the claim to be unintialized. This is out of user's control and hence we eventually need to remove -Werror=uninitialized.

@hfp hfp merged commit fcff710 into develop May 14, 2024
17 of 22 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants