Skip to content

Commit 87e37b0

Browse files
committed
Update ruff config
1 parent c0de75e commit 87e37b0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ ignore = [
5151
'RUF022', # autofix messes up our formatting instead of just sorting
5252
'RUF027', # also triggers on i18n functions -> too noisy for now
5353
'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
5455
'D205', # too many docstrings which have no summary line
5556
'D301', # https://github.com/astral-sh/ruff/issues/8696
5657
'D1', # we have way too many missing docstrings :(

0 commit comments

Comments
 (0)