Skip to content

Commit

Permalink
Pyright.
Browse files Browse the repository at this point in the history
  • Loading branch information
PapyChacal committed Jul 30, 2024
1 parent f40d0f2 commit 60696ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion filecheckize/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ def main():
if args.strip_comments:

def strip(line: str) -> bool:
return re.match(comment_line, line)
return bool(re.match(comment_line, line))

else:

Expand Down

0 comments on commit 60696ef

Please sign in to comment.