.codecov.yml
.copier-answers.yml
.gitignore
.pre-commit-config.yaml
.prepare_project.sh
LICENSE
README.md
pyproject.toml
.github/workflows/linting.yml
.github/workflows/publish-to-pypi.yml
.github/workflows/smoke-test.yml
.github/workflows/testing-and-coverage.yml
src/.pylintrc
src/lf_asv_formatter/__init__.py
src/lf_asv_formatter/__main__.py
src/lf_asv_formatter/_version.py
src/lf_asv_formatter/asv_formatter.py
src/lf_asv_formatter/simple_formatter.py
src/lf_asv_formatter/tabulate_formatter.py
src/lf_asv_formatter.egg-info/PKG-INFO
src/lf_asv_formatter.egg-info/SOURCES.txt
src/lf_asv_formatter.egg-info/dependency_links.txt
src/lf_asv_formatter.egg-info/requires.txt
src/lf_asv_formatter.egg-info/top_level.txt
tests/.pylintrc
tests/conftest.py
tests/data/simple/expected_output
tests/data/simple/expected_output_verbose
tests/data/simple/original_output
tests/data/simple/original_output_verbose
tests/data/tabulate/expected_output
tests/data/tabulate/expected_output_verbose
tests/data/tabulate/original_output
tests/data/tabulate/original_output_verbose
tests/lf_asv_formatter/test_asv_formatter.py