1
0
mirror of https://github.com/ilri/csv-metadata-quality.git synced 2025-05-09 14:46:00 +02:00

4 Commits

Author SHA1 Message Date
8fa2ed96e0 chore(deps): update dependency ipython to v9 2025-04-25 23:00:23 +00:00
753f3340a3 renovate.json: adjust managers
We can apparently use the pep621 manager to manage uv dependencies
now. And we need to disable the pip_requirements manager so the bot
doesn't try to update our requirements.txt file (which is exported
from uv).
2025-04-01 12:55:12 +03:00
188097abe4 Revert "csv_metadata_quality/fix.py: minor logic fix"
This reverts commit b7a81b8ec73a97076a473b0cfd21bddb18af9706.
2025-03-19 16:04:12 +03:00
b7a81b8ec7 csv_metadata_quality/fix.py: minor logic fix
Minor logic fix in missing regions.
2025-02-19 16:01:36 +03:00
2 changed files with 3 additions and 3 deletions

View File

@ -49,7 +49,7 @@ dev = [
"pytest~=8.3",
"isort~=6.0",
"csvkit~=2.0",
"ipython~=8.31",
"ipython~=9.2",
]
# So hatch doesn't try to build other top-level directories like "data"

View File

@ -3,7 +3,7 @@
"extends": [
"config:recommended"
],
"pep621": {
"enabled": false
"pip_requirements": {
"enabled": false
}
}