-
Notifications
You must be signed in to change notification settings - Fork 80
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
EXP: integrate pre-commit.ci fixes, except for tox.ini
updates
#3149
Conversation
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.5.0](pre-commit/pre-commit-hooks@v4.4.0...v4.5.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.3.2](astral-sh/ruff-pre-commit@v0.2.0...v0.3.2) - [github.com/tox-dev/tox-ini-fmt: 0.5.2 → 1.3.1](tox-dev/tox-ini-fmt@0.5.2...1.3.1)
for more information, see https://pre-commit.ci
updates: - [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0) - [github.com/astral-sh/ruff-pre-commit: v0.2.0 → v0.4.3](astral-sh/ruff-pre-commit@v0.2.0...v0.4.3) - [github.com/tox-dev/tox-ini-fmt: 0.5.2 → 1.3.1](tox-dev/tox-ini-fmt@0.5.2...1.3.1)
for more information, see https://pre-commit.ci
for more information, see https://pre-commit.ci
…mmit-ci-update-config
…/sourmash into pre-commit-ci-update-config
for more information, see https://pre-commit.ci
note, tests pass on my laptop: |
…ash into fix/pre-commit-ci-tox
and 😭 the pre-commit hooks auto-update tox.ini. So. |
for more information, see https://pre-commit.ci
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## latest #3149 +/- ##
=======================================
Coverage 86.62% 86.62%
=======================================
Files 136 136
Lines 15819 15819
Branches 2713 2713
=======================================
Hits 13703 13703
Misses 1806 1806
Partials 310 310
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
for more information, see https://pre-commit.ci
tox.ini
updatestox.ini
updates
merged pre-commit.ci fixes in #3003; disabled tox.ini stuff in order to do so. |
The pre-commit.ci autoupdate PR #3003 makes a bunch of minor changes, all of which are fine, except for the updates to
tox.ini
which break with this error: tox-dev/tox-conda#108(I can replicate this error on my laptop, too, in a clean mamba environment.)
Rather than debug the tox.ini changes, I am using this PR to revert the breakage and commit the rest. We shall see!