-
-
Notifications
You must be signed in to change notification settings - Fork 329
Precommit formatting #1321
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
Precommit formatting #1321
Conversation
commit history looks gnarly -- sorry about that. I accidentally put some commits from a feature branch into my main branch, then reverted at 99b04b6 |
Codecov Report
@@ Coverage Diff @@
## main #1321 +/- ##
==========================================
Coverage 100.00% 100.00%
==========================================
Files 35 35
Lines 14388 14126 -262
==========================================
- Hits 14388 14126 -262
|
@@ -5,7 +5,6 @@ on: | |||
|
|||
jobs: | |||
triage: | |||
if: ${{ github.event.pull_request.user.login != 'dependabot[bot]' }} && ${{ github.event.pull_request.user.login != 'pre-commit-ci[bot]' }} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why did this get dropped?
@@ -64,7 +64,7 @@ jobs: | |||
with: | |||
name: releases | |||
path: dist | |||
- uses: pypa/[email protected] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, I think this is reverting things that have hit the mainline.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
yes, and I'm not sure why this is happening -- possibly we've reached the limits of my experience with git. When I run git pull upstream main
, git claims everything is up to date, but clearly there's lots of recent commits on mainline that are missing from this PR. Any advice?
closing in favor of #1323 |
pyproject.toml