Skip to content

[pre-commit.ci] pre-commit autoupdate #247

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

Merged
merged 3 commits into from
Mar 30, 2022
Merged

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Mar 28, 2022

pre-commit-ci bot added 2 commits March 28, 2022 20:48

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updates:
- [github.com/psf/black: 22.1.0 → 22.3.0](psf/black@22.1.0...22.3.0)
Copy link
Collaborator

@cooperlees cooperlees left a comment

Choose a reason for hiding this comment

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

Will have to add some format skipping here as that parenthesis are here for the test ...

tests/b013.py Outdated
@@ -13,7 +13,7 @@

try:
pass
except (ValueError):
except ValueError:
Copy link
Contributor

Choose a reason for hiding this comment

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

Nice, this was one of my changes in black! 😆 we can use # fmt: off here to ignore formatting in this case

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Re add brackets
@cooperlees cooperlees merged commit f2bf7f8 into main Mar 30, 2022
@cooperlees cooperlees deleted the pre-commit-ci-update-config branch March 30, 2022 22:20
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.

None yet

2 participants