Skip to content

Commit f005872

Browse files
committed
Update ruff rules
1 parent 64801ad commit f005872

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,10 @@ ignore = [
103103
"RUF046", # Value being cast to `int` is already an integer
104104

105105
# 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",
106110
# Missing docstring in public module
107111
"D100",
108112
# Missing docstring in public class

0 commit comments

Comments
 (0)