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

Cruft #131

Merged
merged 5 commits into from
Feb 26, 2024
Merged

Cruft #131

merged 5 commits into from
Feb 26, 2024

Conversation

bandophahita
Copy link
Contributor

Using cruft to help synchronize template portions of each project

sphinx-rtd-theme = {version = "*", optional = true}
tox = {version = "*", optional = true}

autodoc-pydantic = {version = "*", optional = true}
Copy link
Contributor Author

Choose a reason for hiding this comment

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

I move this block of deps down for easier template override handling.

@bandophahita bandophahita self-assigned this Feb 22, 2024
Copy link
Member

@perrygoy perrygoy left a comment

Choose a reason for hiding this comment

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

I only had one small question mark, but it is not blocking. I'm excited to give this tool a fair shake!

@@ -7,6 +7,7 @@ repos:
- id: black
language_version: python3.12
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
Copy link
Member

Choose a reason for hiding this comment

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

Is this comment necessary?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

you put it in there... I figured it was useful.

Comment on lines -66 to +69
1. `pip install -e .[dev]`
1. Optional (poetry users):
1. `poetry install --extras dev`
1. `pip install -e .[dev]`
1. Optional (poetry users):
1. `poetry install --extras dev`
Copy link
Member

Choose a reason for hiding this comment

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

We live in 4-space indentations all our lives and somehow missed this 3-space one for years. Can we really even call ourselves Pythonistas??

@bandophahita bandophahita merged commit 8ba7ff8 into ScreenPyHQ:trunk Feb 26, 2024
12 checks passed
@bandophahita bandophahita deleted the cruft branch February 26, 2024 20:09
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