Skip to content

feat(python/ruff): allow specifying ruff report output formats#105

Merged
pspurlock merged 3 commits intoact3-ai:mainfrom
gresavage:102-add-output-format-arguments-to-ruff
Feb 5, 2026
Merged

feat(python/ruff): allow specifying ruff report output formats#105
pspurlock merged 3 commits intoact3-ai:mainfrom
gresavage:102-add-output-format-arguments-to-ruff

Conversation

@gresavage
Copy link
Collaborator

@gresavage gresavage commented Feb 4, 2026

Closes #103

Fundamentally changes how ruff functions work.

All functions (except reports) now accept the same arguments: extraArgs []string which are extra CLI args to pass to the function calls ruff check, ruff format, etc.

This returns more control of behavior back to the user which in-turn enables specifying report output formats, among other things.

Report functions accept only outputFormat string and outputFile string.

gresavage and others added 3 commits February 4, 2026 13:12
@pspurlock pspurlock merged commit 0b62574 into act3-ai:main Feb 5, 2026
1 check passed
@gresavage gresavage deleted the 102-add-output-format-arguments-to-ruff branch February 5, 2026 19:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add "output format" arguments to ruff reports

2 participants