issues
search
python-pillow
/
Pillow
Python Imaging Library (Fork)
https://python-pillow.org
Other
12.32k
stars
2.23k
forks
source link
Use ruff check
#8423
Closed
radarhere
closed
1 month ago
radarhere
commented
1 month ago
Update Makefile to use
ruff check .
rather than
ruff .
, as per
https://github.com/astral-sh/ruff/pull/10169
Do not run ruff or black over the multibuild submodule. The effect of this is not usually seen, but if you were using multibuild for some reason (
git submodule update
), and then ran either ruff or black in Pillow, they would both modify the code.
ruff check .
rather thanruff .
, as per https://github.com/astral-sh/ruff/pull/10169git submodule update
), and then ran either ruff or black in Pillow, they would both modify the code.