mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
pyproject.toml: Ignore some refactoring messages with pylint
Signed-off-by: Sunil Mohan Adapa <sunil@medhas.org> Reviewed-by: James Valleroy <jvalleroy@mailbox.org>
This commit is contained in:
parent
eaa3a59791
commit
bb35ddfeaa
@ -71,3 +71,10 @@ markers = [
|
||||
"wordpress",
|
||||
"zoph",
|
||||
]
|
||||
|
||||
# Useful when pylint is invoked separately instead of flake8
|
||||
[tool.pylint.'MESSAGES CONTROL']
|
||||
disable = [
|
||||
"too-many-arguments", # Has not resulted in a refactoring
|
||||
"too-many-ancestors", # Easy to hit when using Django
|
||||
]
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user