We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ff9b78 commit edc8546Copy full SHA for edc8546
pre_commit_rust.py
@@ -5,8 +5,6 @@
5
from functools import lru_cache
6
from pathlib import Path
7
8
-ACTIONS = ("fmt", "check", "clippy")
9
-
10
11
def main() -> int:
12
parser = argparse.ArgumentParser()
0 commit comments