pmbootstrap-meow/pmb/commands
Oliver Smith 36dd53f402
Run ruff check --fix (MR 2357)
Now that we have target-version = "py310" in [tool.ruff] in
pyproject.toml, ruff check complains about using typing.Optional and
typing.Union instead of newer syntax. Run the tool to fix it.
2024-07-16 00:26:35 +02:00
..
__init__.py Fix types of pmb arguments (MR 2370) 2024-07-15 23:50:13 +02:00
base.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
index.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
kconfig_check.py treewide: another round of mypy fixes (MR 2344) 2024-07-08 16:01:13 +02:00
kconfig_edit.py pmb.helpers.frontend.kconfig: modernize (MR 2333) 2024-06-30 18:04:31 +02:00
log.py Fix "pmbootstrap log -c" crash (MR 2345) 2024-07-03 08:11:04 +00:00
pull.py pmb/commands/pull: fix path error with f-string (MR 2252) 2024-06-23 12:38:42 +02:00
repo_bootstrap.py Run ruff check --fix (MR 2357) 2024-07-16 00:26:35 +02:00
shutdown.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00
test.py Auto-format codebase with ruff (MR 2325) 2024-06-23 15:40:13 +02:00