Skip to content

Commit

Permalink
Refactor: Important information
Browse files Browse the repository at this point in the history
  • Loading branch information
y0urself authored Jan 16, 2024
1 parent bcb3e86 commit 926f90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pontos/version/commands/_cmake.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ def __init__(self, cmake_content_lines: str):
self._project_dev_version_line_number = pd_line_no
self._project_dev_version = pd

# better don't touch this. :O
__cmake_scanner = re.Scanner( # type: ignore
[
(r"#.*", lambda _, token: ("comment", token)),
Expand Down

0 comments on commit 926f90b

Please sign in to comment.