Skip to content

Commit edc8546

Browse files
committed
remove unused args
1 parent 8ff9b78 commit edc8546

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pre_commit_rust.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,6 @@
55
from functools import lru_cache
66
from pathlib import Path
77

8-
ACTIONS = ("fmt", "check", "clippy")
9-
108

119
def main() -> int:
1210
parser = argparse.ArgumentParser()

0 commit comments

Comments
 (0)