Skip to content

Commit

Permalink
Add 'from __future__ import annotations' using Ruff/isort
Browse files Browse the repository at this point in the history
  • Loading branch information
hugovk committed Dec 21, 2023
1 parent bfbfff0 commit 905ae8b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ extend-ignore = [

[tool.ruff.isort]
known-first-party = ["PIL"]
required-imports = ["from __future__ import annotations"]

[tool.pytest.ini_options]
addopts = "-ra --color=yes"
Expand Down

0 comments on commit 905ae8b

Please sign in to comment.