Skip to content

Commit

Permalink
Merge pull request #88 from DeD1rk/add-verbose-output-to-check-and-qu…
Browse files Browse the repository at this point in the history
…iet-flag

Add per-file output to --check and add -q flag
  • Loading branch information
JaapJoris committed Mar 4, 2023
2 parents ca02cd8 + 0cb9534 commit fc79d16
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions djhtml/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ def main():
_error(e)
continue
_info(f"reindented {output_file.name}")
elif changed and filename != "-":
_info(f"would have reindented {filename}")

# Print final summary
s = "s" if changed_files != 1 else ""
Expand Down

0 comments on commit fc79d16

Please sign in to comment.