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: tidy parser. add lint/test to makefile. #241

Merged
merged 4 commits into from
Mar 3, 2024
Merged

Conversation

dreulavelle
Copy link
Member

No description provided.

from .overseerr import Overseerr # noqa: F401
from .plex_watchlist import PlexWatchlist # noqa: F401
from .listrr import Listrr # noqa: F401
Copy link
Member Author

Choose a reason for hiding this comment

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

ruff yells at me without the # noqa

# @make start
lint:
ruff check backend
pyright backend
Copy link
Member Author

@dreulavelle dreulavelle Mar 2, 2024

Choose a reason for hiding this comment

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

I'm expecting the lint/test commands to change.. just tossing these here for now. feel free to make changes to the makefile as needed.

@echo -------------------------------------------------------------------------

install:
@python3 -m pip install -r requirements.txt --break-system-packages
@pip install -r requirements.txt --upgrade --break-system-packages
Copy link
Member Author

@dreulavelle dreulavelle Mar 2, 2024

Choose a reason for hiding this comment

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

possibly switch to using poetry instead? would handle packages better than this :/

@dreulavelle dreulavelle marked this pull request as ready for review March 3, 2024 02:09
@dreulavelle
Copy link
Member Author

this ones ready for now

@dreulavelle dreulavelle merged commit bd82b23 into main Mar 3, 2024
3 checks passed
@dreulavelle dreulavelle deleted the spoked/cleanup branch March 3, 2024 19:31
This was referenced Jul 24, 2024
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