Merge pull request #7649 from radarhere/fuzz

This commit is contained in:
Hugo van Kemenade 2023-12-29 13:35:27 +02:00 committed by GitHub
commit 554598d393
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 4 deletions

View File

@ -1,7 +1,5 @@
#!/usr/bin/python3
from __future__ import annotations
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -1,7 +1,5 @@
#!/usr/bin/python3
from __future__ import annotations
# Copyright 2020 Google LLC
#
# Licensed under the Apache License, Version 2.0 (the "License");

View File

@ -117,6 +117,8 @@ extend-ignore = [
[tool.ruff.per-file-ignores]
"Tests/*.py" = ["I001"]
"Tests/oss-fuzz/fuzz_font.py" = ["I002"]
"Tests/oss-fuzz/fuzz_pillow.py" = ["I002"]
[tool.ruff.isort]
known-first-party = ["PIL"]