Replace flake8 with ruff (#8184)

This commit is contained in:
Christian Clauss
2023-03-16 13:31:29 +01:00
committed by GitHub
parent c96241b5a5
commit 521fbca61c
9 changed files with 20 additions and 19 deletions

View File

@ -4,8 +4,8 @@ Changing contrast with PIL
This algorithm is used in
https://noivce.pythonanywhere.com/ Python web app.
python/black: True
flake8 : True
psf/black: True
ruff : True
"""
from PIL import Image