Skip to content
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

Add hook for saml2 #798

Merged
merged 2 commits into from
Sep 12, 2024
Merged

Add hook for saml2 #798

merged 2 commits into from
Sep 12, 2024

Conversation

kfrydel
Copy link
Contributor

@kfrydel kfrydel commented Sep 12, 2024

No description provided.


# The library contains a bunch of XSD schemas that are loaded by the code:
# https://github.com/IdentityPython/pysaml2/blob/7cb4f09dce87a7e8098b9c7552ebab8bc77bc896
# /src/saml2/xml/schema/__init__.py#L23
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we keep these URLs in single line? Even if it exceeds the nominal line length limit of 120 that we use, I think linter has enough decency to not make a fuss about it when it is a single "word".

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Of course. I added a commit with a fix. I was not sure if you prefer new commits or amending.

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was not sure if you prefer new commits or amending.

For PRs like this, we usually end up squashing the commits into a single one during the merge. So either way is fine. (For larger changes that touch multiple places of the codebase, I prefer multiple atomic commits, which I think make the history easier to read).

@bwoodsend bwoodsend merged commit 20a7b72 into pyinstaller:master Sep 12, 2024
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants