We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7ef0a0c commit ff0d526Copy full SHA for ff0d526
pre_commit_python_eol/check_eol.py
@@ -160,7 +160,7 @@ def check_python_support(
160
def main(argv: abc.Sequence[str] | None = None) -> int: # noqa: D103
161
parser = argparse.ArgumentParser()
162
parser.add_argument("filenames", nargs="*", type=Path)
163
- parser.add_argument("--cached", action="set_true")
+ parser.add_argument("--cached", action="store_true")
164
args = parser.parse_args(argv)
165
166
ec = 0
0 commit comments