Skip to content

Commit 270a58c

Browse files
committed
chg: [ruff] scripts can print T201
1 parent f997dc4 commit 270a58c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ known-third-party = ["yara"]
105105
"src/sysdiagnose/__main__.py" = ["T201", "T20"]
106106
"src/sysdiagnose/utils/coverage_diff.py" = ["T201"]
107107
"src/sysdiagnose/utils/file_stats_diff.py" = ["T201"]
108-
"scripts/test-data-conversion.py" = ["T201"]
108+
"scripts/*" = ["T201"]
109109

110110
[tool.ruff.format]
111111
quote-style = "double"

0 commit comments

Comments
 (0)