Skip to content

Commit

Permalink
Satisfy ruff.
Browse files Browse the repository at this point in the history
  • Loading branch information
johndoknjas committed Oct 2, 2024
1 parent 4dfce41 commit 0a2f85d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tests/test_pytype.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
def test_pytype():
result = subprocess.run(
["pytype", "vulture/core.py", "--disable=attribute-error"],
stdout=PIPE,
stderr=PIPE,
capture_output=True,
universal_newlines=True,
)
assert result.stdout.strip().endswith("Success: no errors found")

0 comments on commit 0a2f85d

Please sign in to comment.