We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b229095 commit 1b64d35Copy full SHA for 1b64d35
changelog.d/64.changed.md
@@ -0,0 +1 @@
1
+Ruff: ignore UP038
ruff.toml
@@ -69,6 +69,7 @@ ignore = [
69
'Q001', # bad-quotes-multiline-string
70
'Q002', # bad-quotes-docstring
71
'Q003', # avoidable-escaped-quote
72
+ 'UP038', # upstream has deprecated / removed
73
]
74
75
template/ruff.toml.jinja
0 commit comments