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 black linting #79

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Conversation

tombiju
Copy link

@tombiju tombiju commented Feb 8, 2023

Hello!
I was hoping to contribute by addressing this issue: #67.
Thanks :)

@@ -0,0 +1,12 @@
# This workflow will lint code changes using black when code is pushed to the repository and when making pull requests
# For more information see: https://black.readthedocs.io/en/stable/integrations/github_actions.html
Copy link
Author

Choose a reason for hiding this comment

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

Added link to the black workflow reference

# For more information see: https://black.readthedocs.io/en/stable/integrations/github_actions.html
name: Lint

on: [push, pull_request]
Copy link
Author

Choose a reason for hiding this comment

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

Should it be on push and pull requests only or is it preferred to be on different options?

@tombiju
Copy link
Author

tombiju commented Feb 9, 2023

@mmohades

@evanpurkhiser
Copy link

@mmohades ping :D

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