Skip to content

Commit

Permalink
Ignore le warning flake8 print
Browse files Browse the repository at this point in the history
  • Loading branch information
Allan-CodeWorks committed Jul 10, 2023
1 parent bb45c6f commit 1eb179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/get_minimal_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
for line in file:
version = re.search(r'(Core|France)\s*>=\s*([\d\.]*)', line)
if version:
print(f'Openfisca-{version[1]}=={version[2]}')
print(f'Openfisca-{version[1]}=={version[2]}') # noqa: T201 <- This is to avoid flake8 print detection.

0 comments on commit 1eb179b

Please sign in to comment.