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 #791

Merged
merged 6 commits into from
Jan 2, 2024
Merged

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Dec 18, 2023

Copy link

codecov bot commented Dec 18, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (51d8905) 92.36% compared to head (19eba3e) 92.37%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #791      +/-   ##
==========================================
+ Coverage   92.36%   92.37%   +0.01%     
==========================================
  Files          66       66              
  Lines        6863     6860       -3     
==========================================
- Hits         6339     6337       -2     
+ Misses        524      523       -1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

updates:
- [github.com/psf/black: 23.11.0 → 23.12.1](psf/black@23.11.0...23.12.1)
- [github.com/pycqa/isort: 5.13.1 → 5.13.2](PyCQA/isort@5.13.1...5.13.2)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 1f912d3 to ef59372 Compare December 25, 2023 21:33
from pydantic.v1 import ValidationError
except:
from pydantic import ValidationError
from pydantic import ValidationError

Check notice

Code scanning / CodeQL

Unused import Note

Import of 'ValidationError' is not used.
except (ForceFieldParseError, FileNotFoundError, ValidationError):
# Temporarily opt out, pending new forcefield-utilities release
# except (ForceFieldParseError, FileNotFoundError, ValidationError):
except:

Check notice

Code scanning / CodeQL

Except block handles 'BaseException' Note

Except block directly handles BaseException.
@daico007 daico007 merged commit bde9f1b into main Jan 2, 2024
14 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.

1 participant