mirror of
https://github.com/python-pillow/Pillow.git
synced 2024-11-10 19:56:47 +03:00
Add 'from __future__ import annotations' using Ruff/isort
This commit is contained in:
parent
bfbfff0b78
commit
905ae8b5d1
|
@ -120,6 +120,7 @@ extend-ignore = [
|
||||||
|
|
||||||
[tool.ruff.isort]
|
[tool.ruff.isort]
|
||||||
known-first-party = ["PIL"]
|
known-first-party = ["PIL"]
|
||||||
|
required-imports = ["from __future__ import annotations"]
|
||||||
|
|
||||||
[tool.pytest.ini_options]
|
[tool.pytest.ini_options]
|
||||||
addopts = "-ra --color=yes"
|
addopts = "-ra --color=yes"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user