Skip to content

Commit

Permalink
Fix: Use correct API of ReportProgress
Browse files Browse the repository at this point in the history
  • Loading branch information
bjoernricks committed Aug 9, 2022
1 parent 176c2be commit f31234e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autohooks/plugins/pylint/pylint.py
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ def precommit(
continue
finally:
if report_progress:
report_progress.progress()
report_progress.update()

ok(f"Linting {str(f.path)} was successful.")

Expand Down

0 comments on commit f31234e

Please sign in to comment.