Skip to content

Commit

Permalink
Add: formats test_ruff.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Balou9 authored and greenbonebot committed Jul 24, 2024
1 parent 7c7626c commit f6c6d44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_ruff.py
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ def test_get_ruff_arguments(
)
self.assertIsInstance(args, list, "ensures args is a list")
self.assertEqual(args, ["--test", "foo,bar", "--foo", "bar"])

_get_ruff_config.assert_not_called()

@patch("autohooks.plugins.ruff.ruff.get_staged_status")
Expand Down

0 comments on commit f6c6d44

Please sign in to comment.