mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-08-09 14:54:46 +03:00
Replace deprecated "extend-ignore" with "ignore"
This commit is contained in:
parent
1b67239674
commit
2b66d3b9f2
|
@ -111,7 +111,7 @@ select = [
|
||||||
"YTT", # flake8-2020
|
"YTT", # flake8-2020
|
||||||
# "LOG", # TODO: enable flake8-logging when it's not in preview anymore
|
# "LOG", # TODO: enable flake8-logging when it's not in preview anymore
|
||||||
]
|
]
|
||||||
extend-ignore = [
|
ignore = [
|
||||||
"E203", # Whitespace before ':'
|
"E203", # Whitespace before ':'
|
||||||
"E221", # Multiple spaces before operator
|
"E221", # Multiple spaces before operator
|
||||||
"E226", # Missing whitespace around arithmetic operator
|
"E226", # Missing whitespace around arithmetic operator
|
||||||
|
|
Loading…
Reference in New Issue
Block a user