Uh oh!
There was an error while loading. Please reload this page.
Pre commit fixes - #911
Conversation
This was the warning: [WARNING] Unexpected key(s) present at root: gen_exclude Also fix the regex: the old pattern was missing the ^ before the second alternative
To avoid this line: ``` fix requirements.txt.................................(no files to check)Skipped ```
Auto-sync is disabled for ready for review pull requests in this repository. Workflows must be run manually. Contributors can view more details about this message here. |
leofang
commented
Aug 27, 2025
/ok to test |
This comment has been minimized.
This comment has been minimized.
| steps: | ||
| - name: Perform Bandit Analysis | ||
| uses: PyCQA/bandit-action@67a458d90fa11fb1463e91e7f4c8f068b5863c7f # v1.0.1 | ||
| uses: PyCQA/bandit-action@8a1b30610f61f3f792fe7556e888c9d7dffa52de |
There was a problem hiding this comment.
Is this associated with a specific tag?
There was a problem hiding this comment.
This came from a copy/paste from the global allowlist. At this point I am not sure it makes sense for us to dig out the corresponding version if we don't own the version bump?
There was a problem hiding this comment.
This is the commit tied to v1.0.0 where this would be a downgrade that also includes running on Python 3.8 which is EOL.
There was a problem hiding this comment.
At least the workflow runs with this, which seems like a strict improvement for the minute.
I want to propose to work on it more in a follow-on PR. In the meantime I figured out a simple approach to keep the workflow and pre-commit in sync (manually).
But should I add the # v1.0.0 comment here? (I missed that before.)
(Then you could admin merge.)
There was a problem hiding this comment.
I guess let's add the comment for v1.0.0 here for now and then upgrade it once things are fixed at the org level
Uh oh!
There was an error while loading. Please reload this page.
Ugh, I was a second too slow, disabling the auto-merge. Sorry. |
kkraus14
commented
Aug 27, 2025
No worries, this should hopefully be very temporarily short-lived |
|
Description
Three tiny unrelated small fixes:
banditversions (manually) #913