gitextract_1672ojvl/ ├── .editorconfig ├── .github/ │ ├── dependabot.yml │ └── workflows/ │ └── test.yml ├── .gitignore ├── CHANGELOG.md ├── CONTRIBUTING.md ├── LICENSE ├── README.md ├── flake8_eradicate.py ├── pyproject.toml ├── setup.cfg └── tests/ ├── conftest.py ├── fixtures/ │ ├── correct.py │ ├── correct_no_comment.py │ └── incorrect.py ├── test_comments.py └── test_version.py