Skip to content

Commit 5f38499

Browse files
committed
remove dir arg from ruff check
Signed-off-by: emdneto <[email protected]>
1 parent 6e47d6a commit 5f38499

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/eachdist.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -522,7 +522,7 @@ def parse_subargs(parentargs, args):
522522
def lint_args(args):
523523
runsubprocess(
524524
args.dry_run,
525-
("ruff", "check", ".") + (() if args.check_only else ("--fix",)),
525+
("ruff", "check") + (() if args.check_only else ("--fix",)),
526526
check=True,
527527
)
528528
runsubprocess(

0 commit comments

Comments
 (0)