Enable Ruff RET501 (#115031)

* Enable Ruff RET501

* add noqa and type hints

* use Any for fixtures

* Review comments, typing fixes

* Review comments

* fix new occurrences, clean up

* Fix typing

* clean up rebase

* more cleanup

* Remove old occurrences

---------

Co-authored-by: epenet <6771947+epenet@users.noreply.github.com>
pull/123355/head^2
Sid 2024-08-08 11:56:18 +02:00 committed by GitHub
parent 02a404081a
commit d08f4fbace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -822,7 +822,6 @@ ignore = [
# temporarily disabled
"RET503",
"RET501",
"TRY301"
]