Skip to content

Commit 554598d

Browse files
authored
Merge pull request #7649 from radarhere/fuzz
2 parents 78b96c0 + a5e4210 commit 554598d

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

Tests/oss-fuzz/fuzz_font.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/python3
22

3-
from __future__ import annotations
4-
53
# Copyright 2020 Google LLC
64
#
75
# Licensed under the Apache License, Version 2.0 (the "License");

Tests/oss-fuzz/fuzz_pillow.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
#!/usr/bin/python3
22

3-
from __future__ import annotations
4-
53
# Copyright 2020 Google LLC
64
#
75
# Licensed under the Apache License, Version 2.0 (the "License");

pyproject.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,8 @@ extend-ignore = [
117117

118118
[tool.ruff.per-file-ignores]
119119
"Tests/*.py" = ["I001"]
120+
"Tests/oss-fuzz/fuzz_font.py" = ["I002"]
121+
"Tests/oss-fuzz/fuzz_pillow.py" = ["I002"]
120122

121123
[tool.ruff.isort]
122124
known-first-party = ["PIL"]

0 commit comments

Comments
 (0)