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

fix: explicitly invoke black via poetry #53

Merged
merged 1 commit into from
Oct 20, 2023

Conversation

anand2312
Copy link
Contributor

Previously it was assumed that we were making commits after running poetry shell or had black installed on our system globally - if both of these weren't true attempting to commit would fail telling "executable black not found". This PR explicitly runs the black that's installed as a dev-dep of this project.

Copy link
Member

@vivekashok1221 vivekashok1221 left a comment

Choose a reason for hiding this comment

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

👍

@vivekashok1221 vivekashok1221 merged commit d122ff9 into main Oct 20, 2023
4 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.

2 participants