Skip to content

Commit

Permalink
isort
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 29, 2023
1 parent af6366e commit cb49746
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ extend-ignore = [

[tool.ruff.per-file-ignores]
"Tests/*.py" = ["I001"]
"Tests/oss-fuzz/fuzz_font.py" = ["required-imports"]
"Tests/oss-fuzz/fuzz_pillow.py" = ["required-imports"]
"Tests/oss-fuzz/fuzz_font.py" = ["I002"]
"Tests/oss-fuzz/fuzz_pillow.py" = ["I002"]

[tool.ruff.isort]
known-first-party = ["PIL"]
Expand Down

0 comments on commit cb49746

Please sign in to comment.