Skip to content

Commit

Permalink
refactor(args): use NamedTuple instead of normal tuple
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 12, 2024
1 parent 704f77c commit 22d8951
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 98 deletions.
2 changes: 2 additions & 0 deletions maintenance_scripts/vulture_whitelist.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@

whitelist.args.FileType
whitelist.args.PikaurArgs.pacman_conf_path
whitelist.args.Arg.doc
whitelist.args.HelpMessage.doc

whitelist.aur.AURPackageInfo.optdepends
whitelist.aur.AURPackageInfo.aur_id
Expand Down
Loading

0 comments on commit 22d8951

Please sign in to comment.