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

Set up poetry and ruff linting #776

Closed
wants to merge 9 commits into from
Closed

Conversation

abhahn
Copy link
Member

@abhahn abhahn commented Apr 13, 2024

Motivation and Context

Adding poetry for dependency and config management; setting up tools for formatting and linting with ruff.

All changes to application files are not intended to be functional changes, just linting / style changes.

Description

Contribution Checklist

  • I have built and tested the code locally and in a deployed app
  • For frontend changes, I have pulled the latest code from main, built the frontend, and committed all static files.
  • This is a change for all users of this app. No code or asset is specific to my use case or my organization.
  • I didn't break any existing functionality 😄

@abhahn abhahn changed the title Set up poetry and black formatting Set up poetry and ruff linting Apr 16, 2024
pyproject.toml Show resolved Hide resolved
@@ -3,7 +3,8 @@
echo.
echo Restoring backend python packages
echo.
call python -m pip install -r requirements.txt

call poetry install
Copy link
Member Author

Choose a reason for hiding this comment

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

I should probably update a few other scripts as well, just realized this might not actually be complete. I'll take a deeper look at the scripts after discussing the overall approach.

@github-actions github-actions bot added the stale label Jun 25, 2024
@github-actions github-actions bot closed this Jul 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants