mirror of
https://github.com/astral-sh/ruff.git
synced 2025-09-29 05:15:12 +00:00
![]() This PR accounts for further subtleties in `Decimal` parsing: - Strings which are empty modulo underscores and surrounding whitespace are skipped - `Decimal("-0")` is skipped - `Decimal("{integer literal that is longer than 640 digits}")` are skipped (see linked issue for explanation) NB: The snapshot did not need to be updated since the new test cases are "Ok" instances and added below the diff. Closes #14204 |
||
---|---|---|
.. | ||
resources | ||
src | ||
__init__.py | ||
Cargo.toml |