mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-12-25 09:26:16 +03:00
Replace deprecated "extend-ignore" with "ignore"
This commit is contained in:
parent
3bcc7072d6
commit
5f115df74f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user