WizardKit/scripts
2023-03-19 18:47:46 -07:00
..
wk Switch to ruff linting 2023-03-19 18:47:46 -07:00
apple-fans Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
auto_repairs.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
auto_setup.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
build-ufd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
build_kit_windows.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
ddrescue-tui Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
ddrescue-tui.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
echo-and-hold Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
embedded_python_env.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
export_bitlocker.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
get_raw_disks.ps1 Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
hw-diags Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
hw-diags.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
hw-drive-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-info Restrict hw-drive-info and hw-info to Linux 2019-12-09 17:11:54 -07:00
hw-sensors Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
init_client_dir.cmd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
launch-in-tmux Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
Launch.cmd Drop 7za in favor of the full version 2021-10-20 21:59:49 -06:00
launch_sdio.py Switch to ruff linting 2023-03-19 18:47:46 -07:00
Launcher_Template.cmd Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
max-cpu-temp Merge refactored code 2021-01-10 19:55:19 -07:00
mount-all-volumes Add unmount aliases 2022-05-19 15:13:50 -07:00
mount-backup-shares Switch to ruff linting 2023-03-19 18:47:46 -07:00
mount-raw-image Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
msword-search Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
numlock Enable numlock in Linux 2021-07-23 22:58:28 -06:00
pacinit Add option to install packages in pacinit 2022-12-11 19:08:06 -08:00
photorec-sort New project organization 2019-06-28 18:06:43 -06:00
pyproject.toml Switch to ruff linting 2023-03-19 18:47:46 -07:00
README.md Add header to README 2021-10-14 17:42:12 -06:00
remount-rw Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
resize-and-run Merge refactored code 2021-01-10 19:55:19 -07:00
start-max Merge refactored code 2021-01-10 19:28:51 -07:00
unmount-backup-shares Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
upload-logs Update script descriptions for consistency 2021-10-13 20:50:40 -06:00
watch-mac Added watch-mac and reverted previous commit 2019-11-12 10:36:34 -07:00
wk-debug Fix wk-debug 2022-10-09 00:52:29 -07:00
wk-power-command Update wk-power-command to support macOS 2021-04-01 22:07:47 -06:00
wk_debug.py Switch to ruff linting 2023-03-19 18:47:46 -07:00

WizardKit: Scripts

pylint

These scripts use two spaces per indent instead of the default four. As such you will need to update your pylintrc file or run like this:

pylint --indent-after-paren=2 --indent-string=' ' wk