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 422c4a5 commit 9a3911bCopy full SHA for 9a3911b
pyproject.toml
@@ -256,6 +256,7 @@ ignore = [
256
# Unused method argument:
257
"ARG002",
258
# `open()` should be replaced by `Path.open()`
259
+ "PLC0415", # `import` should be at the top-level of a file
260
"PTH123",
261
"UP007", # use `X | Y` for type annotations, this does not works for dynamic getting type hints on older python
262
"UP031", # Use format specifiers instead of percent format
0 commit comments