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 6b9e99e commit a54f950Copy full SHA for a54f950
pyproject.toml
@@ -136,6 +136,7 @@ lint.ignore = [
136
"PTH207", # Replace `glob` with `Path.glob` or `Path.rglob`
137
"PTH208", # Use `pathlib.Path.iterdir()` instead"
138
"RUF012", # mutable default values in class attributes
139
+ "UP038", # Use `X | Y` in `isinstance` call instead of `(X, Y)`
140
]
141
lint.pydocstyle.convention = "pep257"
142
0 commit comments