LICENSE
README.md
pyproject.toml
finlint_pylint/__init__.py
finlint_pylint.egg-info/PKG-INFO
finlint_pylint.egg-info/SOURCES.txt
finlint_pylint.egg-info/dependency_links.txt
finlint_pylint.egg-info/requires.txt
finlint_pylint.egg-info/top_level.txt
finlint_pylint/checkers/__init__.py
finlint_pylint/checkers/db_float_money.py
finlint_pylint/checkers/decimal_from_string.py
finlint_pylint/checkers/decimal_mixed_arithmetic.py
finlint_pylint/checkers/float_in_pydantic.py
finlint_pylint/checkers/inconsistent_rounding.py
finlint_pylint/checkers/json_money_as_string.py
finlint_pylint/checkers/json_number_money.py
finlint_pylint/checkers/missing_quantize.py
finlint_pylint/checkers/naive_percentage.py
finlint_pylint/checkers/no_float_money.py
finlint_pylint/checkers/orm_decimal_type.py
finlint_pylint/checkers/patterns.py
finlint_pylint/checkers/plaid_float_ingestion.py
finlint_pylint/checkers/quantize_before_store.py
finlint_pylint/checkers/round_not_quantize.py
finlint_pylint/checkers/split_sum_invariant.py
finlint_pylint/checkers/split_use_integer_cents.py
finlint_pylint/checkers/unguarded_division.py
tests/test_db_float_money.py
tests/test_decimal_from_string.py
tests/test_decimal_mixed_arithmetic.py
tests/test_float_in_pydantic.py
tests/test_inconsistent_rounding.py
tests/test_json_money_as_string.py
tests/test_json_number_money.py
tests/test_missing_quantize.py
tests/test_naive_percentage.py
tests/test_no_float_money.py
tests/test_orm_decimal_type.py
tests/test_plaid_float_ingestion.py
tests/test_quantize_before_store.py
tests/test_round_not_quantize.py
tests/test_split_sum_invariant.py
tests/test_split_use_integer_cents.py
tests/test_unguarded_division.py