.gitignore
LICENSE
README.md
pyproject.toml
.github/workflows/check.yml
pyrefact/__init__.py
pyrefact/__main__.py
pyrefact/abstractions.py
pyrefact/completion.py
pyrefact/constants.py
pyrefact/fixes.py
pyrefact/main.py
pyrefact/object_oriented.py
pyrefact/parsing.py
pyrefact/performance.py
pyrefact/performance_numpy.py
pyrefact/processing.py
pyrefact/symbolic_math.py
pyrefact.egg-info/PKG-INFO
pyrefact.egg-info/SOURCES.txt
pyrefact.egg-info/dependency_links.txt
pyrefact.egg-info/requires.txt
pyrefact.egg-info/top_level.txt
tests/main.py
tests/main_profile.py
tests/testing_infra.py
tests/integration/integration_test_cases.py
tests/integration/test_format_code.py
tests/integration/test_format_code_safe.py
tests/integration/test_format_file.py
tests/unit/test_abstractions.py
tests/unit/test_add_missing_imports.py
tests/unit/test_align_variable-names_with_convention.py
tests/unit/test_delete_commented_code.py
tests/unit/test_delete_pointless_statements.py
tests/unit/test_delete_unused_functions_and_classes.py
tests/unit/test_early_continue.py
tests/unit/test_early_return.py
tests/unit/test_has_side_effect.py
tests/unit/test_hash_node.py
tests/unit/test_implicit_dot.py
tests/unit/test_implicit_matmul.py
tests/unit/test_inline_math_comprehensions.py
tests/unit/test_is_blocking.py
tests/unit/test_move_imports_to_toplevel.py
tests/unit/test_redundant_elses.py
tests/unit/test_remove_dead_ifs.py
tests/unit/test_remove_redundant_comprehensions.py
tests/unit/test_remove_redundant_iter.py
tests/unit/test_replace_for_loops_with_comprehensions.py
tests/unit/test_replace_functions_with_literals.py
tests/unit/test_replace_subscript_looping.py
tests/unit/test_simplify_math_iterators.py
tests/unit/test_simplify_matrix_operations.py
tests/unit/test_simplify_transposes.py
tests/unit/test_singleton_comparison.py
tests/unit/test_sorted_heapq.py
tests/unit/test_swap_if_else.py
tests/unit/test_undefine_unused_variables.py
tests/unit/test_unravel_classes.py