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.
1 parent 6aa9e5c commit 1d2cfe2Copy full SHA for 1d2cfe2
1 file changed
AGENTS.md
@@ -99,4 +99,4 @@ Use fully qualified exception names: `Image.DecompressionBombError` and
99
`Image.DecompressionBombWarning`, not the bare class names.
100
101
Do not embed specific numeric values for thresholds like `MAX_IMAGE_PIXELS` —
102
-they change across releases. Reference the named constant instead.
+they may be changed by the user at runtime. Reference the named constant instead.
0 commit comments