Skip to content

Commit 8f68f30

Browse files
committed
Adapt to latest ruff version
1 parent 6b78b98 commit 8f68f30

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
@@ -52,6 +52,7 @@ ignore = [
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
5454
'RUF067', # we often have code in __init__.py
55+
'RUF076', # autouse=True fixtures are perfectly valid
5556
'D205', # too many docstrings which have no summary line
5657
'D301', # https://github.com/astral-sh/ruff/issues/8696
5758
'D1', # we have way too many missing docstrings :(

0 commit comments

Comments
 (0)