Skip to content

Commit 220e392

Browse files
authored
Merge pull request #585 from lincc-frameworks/ruff-print
Add flake8-print ruff lint for "library"
2 parents 5ac0017 + 8a8630f commit 220e392

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

python-project-template/pyproject.toml.jinja

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,10 @@ select = [
119119
"D419",
120120
# Numpy v2.0 compatibility
121121
"NPY201",
122+
{% if custom_install == 'library' %}
123+
# flake8-print
124+
"T201",
125+
{% endif -%}
122126
]
123127
ignore = [
124128
"UP006", # Allow non standard library generics in type hints

0 commit comments

Comments
 (0)