mirror of
https://github.com/pre-commit/pre-commit-hooks.git
synced 2026-03-31 18:46:53 +00:00
Fix too long floating point number parse problem
- Also include @dougthor42's diff to test the fix
see: [his diff](https://github.com/pre-commit/pre-commit-hooks/compare/main...dougthor42:high-precision-numbers)
This commit is contained in:
parent
6b03546fc3
commit
629df55544
3 changed files with 7 additions and 2 deletions
3
testing/resources/high_precision_numbers.json
Normal file
3
testing/resources/high_precision_numbers.json
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
{
|
||||
"foo": 4.4257052820783003
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue