We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 78b96c0 + a5e4210 commit 554598dCopy full SHA for 554598d
Tests/oss-fuzz/fuzz_font.py
@@ -1,7 +1,5 @@
1
#!/usr/bin/python3
2
3
-from __future__ import annotations
4
-
5
# Copyright 2020 Google LLC
6
#
7
# Licensed under the Apache License, Version 2.0 (the "License");
Tests/oss-fuzz/fuzz_pillow.py
pyproject.toml
@@ -117,6 +117,8 @@ extend-ignore = [
117
118
[tool.ruff.per-file-ignores]
119
"Tests/*.py" = ["I001"]
120
+"Tests/oss-fuzz/fuzz_font.py" = ["I002"]
121
+"Tests/oss-fuzz/fuzz_pillow.py" = ["I002"]
122
123
[tool.ruff.isort]
124
known-first-party = ["PIL"]
0 commit comments