We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c0de75e commit 87e37b0Copy full SHA for 87e37b0
ruff.toml
@@ -51,6 +51,7 @@ ignore = [
51
'RUF022', # autofix messes up our formatting instead of just sorting
52
'RUF027', # also triggers on i18n functions -> too noisy for now
53
'RUF052', # we often use underscore-prefixed variables in tests and to cache regexps in function definitions
54
+ 'RUF067', # we often have code in __init__.py
55
'D205', # too many docstrings which have no summary line
56
'D301', # https://github.com/astral-sh/ruff/issues/8696
57
'D1', # we have way too many missing docstrings :(
0 commit comments