Replace deprecated "extend-ignore" with "ignore"

This commit is contained in:
Andrew Murray 2024-02-06 08:05:30 +11:00
parent 3bcc7072d6
commit 5f115df74f

View File

@ -111,7 +111,7 @@ select = [
"W", # pycodestyle warnings
"YTT", # flake8-2020
]
extend-ignore = [
ignore = [
"E203", # Whitespace before ':'
"E221", # Multiple spaces before operator
"E226", # Missing whitespace around arithmetic operator