Uh oh!
There was an error while loading. Please reload this page.
New option: --per-file-ignores - #3675
Conversation
Kristinita
commented
Mar 26, 2025
un-pogaz
commented
Mar 26, 2025
@Kristinita I suggest you to take a look at the already existing feature
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com>
Close#3673
This implementation use
nargs=2to pass the file glob and the words list with a pair of arguments, rather than try to extract the data from a single complexe string. Also useaction="append"so that several--per-file-ignorescan be provided in one comand. This need to be a bit tricky to rebuild the resulting dict throught the config file.Done a larger edit than targeted because of various Ruff warning about too many statements and complexity.