Skip to content

Add option --exclude to audit-translations - #701

Open
CristianCantoro wants to merge 1 commit into
daisy:mainfrom
CristianCantoro:audit-translations-exclude
Open

Add option --exclude to audit-translations#701
CristianCantoro wants to merge 1 commit into
daisy:mainfrom
CristianCantoro:audit-translations-exclude

Conversation

@CristianCantoro

Copy link
Copy Markdown

Hello, I am going over the instructions for validating new translations and I have found useful to add an --exclude option to audit-translations.

This option allow excluding specific files from the audit. In a sense, it does the opposite of what --file does, but --file can be used to specify only a single file.

I have added the following examples in the README.md:

# Exclude a list of files from the audit, note that if you use this option before specifying the
# target language you'll need to use the option terminator (--)
uv audit-translations es --exclude unicode-full.yaml
uv audit-translations es --exclude unicode-full.yaml unicode.yaml
uv audit-translations --exclude unicode-full.yaml -- es

@CristianCantoro CristianCantoro changed the title Add option --exclude to audition-translations Add option --exclude to audit-translations Aug 18, 2026
@CristianCantoro
CristianCantoro force-pushed the audit-translations-exclude branch 4 times, most recently from fdfc35c to 60c9ea0 Compare August 18, 2026 14:56
@CristianCantoro
CristianCantoro force-pushed the audit-translations-exclude branch from 60c9ea0 to 0215015 Compare August 18, 2026 15:03
@moritz-gross

Copy link
Copy Markdown
Collaborator

sounds good to me. @TimArborealis @AndersEkl what do you think?

@michaldziwisz what is ipdb used for? I've not heard of that package before.
https://pypi.org/project/ipdb/ says it gives access to the IPython debugger, so do you use that in a Jupyter Notebook, or can you run the IPython shell by itself (also haven't done that ever now that I think about it)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Triage

Development

Successfully merging this pull request may close these issues.

2 participants