-
Notifications
You must be signed in to change notification settings - Fork 4
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
Cruft #131
Conversation
sphinx-rtd-theme = {version = "*", optional = true} | ||
tox = {version = "*", optional = true} | ||
|
||
autodoc-pydantic = {version = "*", optional = true} |
There was a problem hiding this comment.
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.
There was a problem hiding this 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. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is this comment necessary?
There was a problem hiding this comment.
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.
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` |
There was a problem hiding this comment.
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??
Using cruft to help synchronize template portions of each project