[refurb] Implement verbose-decimal-constructor (FURB157) (#10533)

## Summary

Implement FURB157 in the issue #1348.
Relevant Refurb docs is here:
https://github.com/dosisod/refurb/blob/master/docs/checks.md#furb157-simplify-decimal-ctor

## Test Plan

I've written it in the `FURB157.py`.
This commit is contained in:
hikaru-kajita
2024-03-25 11:28:58 +09:00
committed by GitHub
parent 22f237fec6
commit 39fb6d9bfc
8 changed files with 361 additions and 0 deletions

1
ruff.schema.json generated
View File

@@ -3018,6 +3018,7 @@
"FURB148",
"FURB15",
"FURB152",
"FURB157",
"FURB16",
"FURB161",
"FURB163",