Skip to content

Commit 32f3b52

Browse files
committed
Adapt to latest ruff version
1 parent 42a14c1 commit 32f3b52

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

ruff.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ ignore = [
5353
'RUF027', # also triggers on i18n functions -> too noisy for now
5454
'RUF052', # we often use underscore-prefixed variables in tests and to cache regexps in function definitions
5555
'RUF067', # we often have code in __init__.py
56+
'RUF076', # autouse=True fixtures are perfectly valid
5657
'D205', # too many docstrings which have no summary line
5758
'D301', # https://github.com/astral-sh/ruff/issues/8696
5859
'D1', # we have way too many missing docstrings :(

0 commit comments

Comments
 (0)