mirror of
https://github.com/ilri/csv-metadata-quality.git
synced 2025-05-11 15:46:03 +02:00
.github
csv_metadata_quality
data
__init__.py
__main__.py
app.py
check.py
experimental.py
fix.py
util.py
version.py
data
tests
.drone.yml
.flake8
.gitignore
CHANGELOG.md
CITATION.cff
LICENSE.txt
MANIFEST.in
README.md
poetry.lock
pyproject.toml
pytest.ini
renovate.json
requirements-dev.txt
requirements.txt
Apply recommended fix from fixit: RewriteToLiteral: It's slower to call list() than using the empty literal, because the name list must be looked up in the global scope in case it has been rebound.