-
Notifications
You must be signed in to change notification settings - Fork 33
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
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
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. |
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)
1f912d3
to
ef59372
Compare
for more information, see https://pre-commit.ci
…ef-hub/gmso into pre-commit-ci-update-config
from pydantic.v1 import ValidationError | ||
except: | ||
from pydantic import ValidationError | ||
from pydantic import ValidationError |
Check notice
Code scanning / CodeQL
Unused import Note
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
updates: