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

Reenable black in pre-commit #9307

Merged
merged 3 commits into from
Mar 31, 2022
Merged

Reenable black in pre-commit #9307

merged 3 commits into from
Mar 31, 2022

Conversation

patricksanders
Copy link
Collaborator

Had to disable black in #9306. This turns it back on.

@castrapel
Copy link
Contributor

castrapel commented Mar 30, 2022

Oh I get it now, I think upgrading the version of black in .pre-commit-config.yaml should do the trick:

  - repo: https://github.com/ambv/black
    rev: 22.3.0
    hooks:
      - id: black
        language_version: python3.8

@patricksanders
Copy link
Collaborator Author

Changed, thanks @castrapel! 🤞

@patricksanders patricksanders merged commit fcdc9d4 into master Mar 31, 2022
@patricksanders patricksanders deleted the fix/reenable-black branch March 31, 2022 23:56
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.

2 participants