Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfa46d9 commit e61445dCopy full SHA for e61445d
1 file changed
pyproject.toml
@@ -87,6 +87,9 @@ extend-ignore = [
87
"E402", # module-level import not at top of file
88
"UP031", # use f-strings instead of %
89
"UP032", # use f-strings instead of .format
90
+
91
+ # FIXME: This is a longer discussion...
92
+ "RUF067", # __init__ should only contain reexports
93
]
94
95
[tool.ruff.lint.flake8-quotes]
0 commit comments