Skip to content

Commit fb9cca8

Browse files
author
Mauko Quiroga
committed
Fix linter: ignore print
1 parent f316ea0 commit fb9cca8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.circleci/get-numpy-version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ def prev() -> str:
1313
exit(1)
1414

1515
minor -= 1
16-
print(f"{major}.{minor}.0")
16+
print(f"{major}.{minor}.0") # noqa: T001
1717
exit()
1818

1919

0 commit comments

Comments
 (0)