mirror of
https://github.com/python-pillow/Pillow.git
synced 2025-01-25 00:34:14 +03:00
Enable LOG rules for Ruff linter
This commit is contained in:
parent
27b0cf67e7
commit
1acaf20f72
|
@ -104,12 +104,12 @@ select = [
|
||||||
"F", # pyflakes errors
|
"F", # pyflakes errors
|
||||||
"I", # isort
|
"I", # isort
|
||||||
"ISC", # flake8-implicit-str-concat
|
"ISC", # flake8-implicit-str-concat
|
||||||
|
"LOG", # flake8-logging
|
||||||
"PGH", # pygrep-hooks
|
"PGH", # pygrep-hooks
|
||||||
"RUF100", # unused noqa (yesqa)
|
"RUF100", # unused noqa (yesqa)
|
||||||
"UP", # pyupgrade
|
"UP", # pyupgrade
|
||||||
"W", # pycodestyle warnings
|
"W", # pycodestyle warnings
|
||||||
"YTT", # flake8-2020
|
"YTT", # flake8-2020
|
||||||
# "LOG", # TODO: enable flake8-logging when it's not in preview anymore
|
|
||||||
]
|
]
|
||||||
extend-ignore = [
|
extend-ignore = [
|
||||||
"E203", # Whitespace before ':'
|
"E203", # Whitespace before ':'
|
||||||
|
|
Loading…
Reference in New Issue
Block a user