We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a47cdb commit 28631aeCopy full SHA for 28631ae
pyproject.toml
@@ -309,7 +309,7 @@ extend-ignore = [
309
"TRY201",
310
"TRY300",
311
"TRY301",
312
- "PYI024", # PYI024 Use `typing.NamedTuple` instead of `collections.namedtuple
+ "PYI024", # PYI024 Use `typing.NamedTuple` instead of `collections.namedtuple - personal preference
313
]
314
315
[tool.ruff.lint.mccabe]
0 commit comments