Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
radarhere committed Dec 29, 2023
1 parent 6569df7 commit af6366e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -117,6 +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"]

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

0 comments on commit af6366e

Please sign in to comment.