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

Some updates to pyproject.toml formatting and ruff rules #21

Merged
merged 7 commits into from
Oct 31, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix typo
  • Loading branch information
tlambert03 committed Oct 31, 2023
commit 6a3d98453aff4819be7799452e533645c72b9a7c
2 changes: 1 addition & 1 deletion project/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ dev = [
{%- if use_mypy %}
"mypy",{%- endif %}
"pdbpp", # https://github.com/pdbpp/pdbpp
{%- if use_precommit %}
{%- if use_pre_commit %}
"pre-commit",{%- endif %}
"rich", # https://github.com/Textualize/rich
{%- if use_ruff %}
Expand Down
Loading