mirror of
https://github.com/sphinx-doc/sphinx.git
synced 2025-02-25 18:55:22 -06:00
Update `PL
` code ignores in Ruff
This commit is contained in:
parent
ddf4daf2c6
commit
a6b34dd13d
@ -160,6 +160,8 @@ ignore = [
|
||||
'B905',
|
||||
# pygrep-hooks
|
||||
"PGH003",
|
||||
# pylint
|
||||
"PLR2004", # avoid magic values
|
||||
# flake8-bandit
|
||||
"S101", # assert used
|
||||
"S105", # possible hardcoded password
|
||||
@ -189,10 +191,7 @@ select = [
|
||||
"B", # flake8-bugbear
|
||||
"C4", # flake8-comprehensions
|
||||
"PGH", # pygrep-hooks
|
||||
"PLC", # pylint
|
||||
"PLE", # pylint
|
||||
"PLR", # pylint
|
||||
"PLW", # pylint
|
||||
"PL", # pylint
|
||||
"S", # flake8-bandit
|
||||
"SIM", # flake8-simplify
|
||||
"T10", # flake8-debugger
|
||||
|
Loading…
Reference in New Issue
Block a user