Skip to content

Commit

Permalink
TST: Update ruff lint command
Browse files Browse the repository at this point in the history
  • Loading branch information
has2k1 committed Jul 31, 2024
1 parent 51be73b commit 7546375
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_lint_and_format.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
def test_lint():
plotnine_dir = str(Path(__file__).parent.parent.absolute())
p = subprocess.Popen(
["ruff", plotnine_dir],
["ruff", "check", plotnine_dir],
stdout=subprocess.PIPE,
stderr=subprocess.PIPE,
)
Expand Down

0 comments on commit 7546375

Please sign in to comment.