Skip to content

Commit 1d2cfe2

Browse files
Update AGENTS.md
Co-authored-by: Andrew Murray <3112309+radarhere@users.noreply.github.com>
1 parent 6aa9e5c commit 1d2cfe2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

AGENTS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,4 +99,4 @@ Use fully qualified exception names: `Image.DecompressionBombError` and
9999
`Image.DecompressionBombWarning`, not the bare class names.
100100

101101
Do not embed specific numeric values for thresholds like `MAX_IMAGE_PIXELS`
102-
they change across releases. Reference the named constant instead.
102+
they may be changed by the user at runtime. Reference the named constant instead.

0 commit comments

Comments
 (0)