Skip to content

Commit c23fc3e

Browse files
authored
Merge pull request #68 from jg-rp/update-lint-config
Ignore Ruff PT001
2 parents 728bb8b + fb92948 commit c23fc3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ select = [
167167
"YTT",
168168
]
169169

170-
ignore = ["S105", "S101", "D107", "D105", "PLR0913", "SIM108"]
170+
ignore = ["S105", "S101", "D107", "D105", "PLR0913", "SIM108", "PT001"]
171171

172172
fixable = ["I"]
173173
unfixable = []

0 commit comments

Comments
 (0)