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 64801ad commit f005872Copy full SHA for f005872
pyproject.toml
@@ -103,6 +103,10 @@ ignore = [
103
"RUF046", # Value being cast to `int` is already an integer
104
105
# TODO: ignore for now (requires more work). Remove ignore once fixed
106
+ # RUF043 Pattern passed to `match=` contains metacharacters but is neither escaped nor raw
107
+ "RUF043",
108
+ # RUF059 Unpacked variable ... is never used
109
+ "RUF059",
110
# Missing docstring in public module
111
"D100",
112
# Missing docstring in public class
0 commit comments