mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Ignore some pylint checks in Ruff
This commit is contained in:
parent
fd3c619dbf
commit
845ef67f6c
@ -166,7 +166,10 @@ ignore = [
|
|||||||
"PIE790", # unnecessary 'pass' statement
|
"PIE790", # unnecessary 'pass' statement
|
||||||
# pylint
|
# pylint
|
||||||
"PLR2004", # avoid magic values
|
"PLR2004", # avoid magic values
|
||||||
|
"PLR0911", # too many return statements
|
||||||
|
"PLR0912", # too many branches
|
||||||
"PLR0913", # too many arguments to function call
|
"PLR0913", # too many arguments to function call
|
||||||
|
"PLR0915", # too many statements
|
||||||
# flake8-bandit
|
# flake8-bandit
|
||||||
"S101", # assert used
|
"S101", # assert used
|
||||||
"S105", # possible hardcoded password
|
"S105", # possible hardcoded password
|
||||||
|
Loading…
Reference in New Issue
Block a user