Skip to content

Commit

Permalink
Add: Assumes formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 committed Jul 19, 2024
1 parent 7407eb6 commit 8fd5fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion autohooks/plugins/ruff/ruff.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
from autohooks.config import Config
from autohooks.precommit.run import ReportProgress

DEFAULT_ARGUMENTS = [ "--output-format=concise" ]
DEFAULT_ARGUMENTS = ["--output-format=concise"]


def check_ruff_installed() -> None:
Expand Down

0 comments on commit 8fd5fa1

Please sign in to comment.