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

feat: Add CI for ruff formatting #104

Closed
wants to merge 0 commits into from
Closed

Conversation

Vyogami
Copy link
Member

@Vyogami Vyogami commented Nov 23, 2023

addresses formatting aspect of #8

@Maniktherana
Copy link
Collaborator

@Vyogami exclude the gen directory from formatting

@achintya-7
Copy link
Member

Well @Vyogami
The PR itself has formatted gen stuff.
Can you write a config to ignore the gen dir

Copy link
Collaborator

@Maniktherana Maniktherana left a comment

Choose a reason for hiding this comment

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

@Vyogami does this work? If so, include it in the PR and I'll merge

- name: Run Ruff format
uses: chartboost/ruff-action@v1
with:
args: "format"
Copy link
Collaborator

Choose a reason for hiding this comment

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

Suggested change
args: "format"
args: "format --exclude=gen"

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