-
Notifications
You must be signed in to change notification settings - Fork 1
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
Fixes ruff noqa statement #383
Conversation
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
@punch-mission/swri-soc Something funny is happening where it passes (pre-commit is happy) and fails (the CI is unhappy) kind of at the same time. Maybe it's being checked with different ruff versions. |
pre-commit.ci autofix |
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
❌ Your patch status has failed because the patch coverage (0.00%) is below the target coverage (80.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #383 +/- ##
==========================================
+ Coverage 81.53% 81.90% +0.37%
==========================================
Files 61 63 +2
Lines 4050 4161 +111
==========================================
+ Hits 3302 3408 +106
- Misses 748 753 +5 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
* Make cmap a variable * Update visualize.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * updates for new usage of punch colormap * Fixes ruff noqa statement (#383) * make ruff happy * Update sample.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * Make cmap a variable * Update visualize.py * updates for new usage of punch colormap --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> Co-authored-by: Chris Lowder <[email protected]>
* create the build_psf_transform utility * add type hints * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Fixes ruff noqa statement (#383) * make ruff happy * Update sample.py * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci * Update .pre-commit-config.yaml * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> * create the build_psf_transform utility * add type hints * [pre-commit.ci] auto fixes from pre-commit.com hooks for more information, see https://pre-commit.ci --------- Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
There was an extra statement that cased a Ruff failure. This fixes that.