Skip to content

Commit

Permalink
Merge pull request #6 from wolfmanstout/pre-commit-ci-update-config
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfmanstout authored Jan 13, 2025
2 parents 8192501 + 69eebc7 commit 8e4fa0d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
# Ruff version.
rev: v0.8.6
rev: v0.9.1
hooks:
# Run the linter.
- id: ruff
Expand Down
2 changes: 1 addition & 1 deletion src/perfect_prompt/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ def cli(
current_prompt = initial_prompt
previous_attempts = []
for i in range(iterations):
click.echo(f"Iteration {i+1}/{iterations}")
click.echo(f"Iteration {i + 1}/{iterations}")
click.echo(f"Prompt: {current_prompt}")

image_module = flux if gen_model == "local-flux" else fluxapi
Expand Down

0 comments on commit 8e4fa0d

Please sign in to comment.