correctmost
|
80eebcff4f
|
Enable the explicit-f-string-type-conversion rule and fix warnings (#2954)
|
2024-11-29 06:43:13 +11:00 |
renovate[bot]
|
7b291a6681
|
Update dependency pydantic to v2.10.2 (#2942)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-28 22:45:34 +11:00 |
correctmost
|
e3ff449bc4
|
Enable the Ruff-specific ruleset (#2951)
|
2024-11-28 20:15:30 +11:00 |
correctmost
|
f314b7be54
|
Replace some Any instances with specific type hints (#2950)
|
2024-11-28 20:14:58 +11:00 |
renovate[bot]
|
8646c9aac2
|
Update dependency pytest to v8 (#2941)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-27 18:05:12 +11:00 |
correctmost
|
e49a679fb8
|
Enable pytest test runs on CI (#2947)
This commit also fixes fixture and test issues that caused failures.
|
2024-11-27 17:42:22 +11:00 |
correctmost
|
a28fb27a7a
|
Use human-friendly names in mypy and Pylint ignore directives (#2946)
|
2024-11-27 06:48:38 +11:00 |
correctmost
|
7bdef2f017
|
Fix mypy warnings in tests/test_args.py (#2945)
|
2024-11-27 06:46:17 +11:00 |
Daniel Girtler
|
198efb5f53
|
Fix 2916 - Reinstate prompt in list menus (#2940)
* Reinstate prompt in list menus
* Ruff
|
2024-11-26 11:10:48 +01:00 |
Daniel Girtler
|
e51f7adf21
|
Dataclasses for args and config (#2936)
* Introduce dataclass for arguments and configuration
* Update
* Update
|
2024-11-26 11:08:36 +01:00 |
correctmost
|
f2bc5ff280
|
Remove unused Selector class (#2938)
The code is unused as of 88b91ae201.
|
2024-11-26 12:22:16 +11:00 |
correctmost
|
ee2ed3fe54
|
Start using typing.override to annotate overridden methods and properties (#2934)
|
2024-11-25 19:51:16 +11:00 |
correctmost
|
8d807c08ee
|
Use precise type hints for most DeferredTranslation references (#2929)
The remaining "_: Any" instances will require accompanying code
changes.
|
2024-11-25 18:49:22 +11:00 |
correctmost
|
46e4e28294
|
Bump the minimum Python version to 3.12 (#2933)
|
2024-11-25 18:45:50 +11:00 |
correctmost
|
6c37ba68e2
|
Remove unused singleton utility code (#2931)
|
2024-11-25 18:45:01 +11:00 |
correctmost
|
9cabc981b2
|
Remove python-simple-term-menu installations from CI workflows (#2932)
The dependency is no longer needed as of 0f2e0095.
|
2024-11-25 08:26:09 +01:00 |
correctmost
|
d89ae04e0e
|
Delete ignore directive for Ruff rule that was removed (#2928)
The unpacked-list-comprehension rule was removed in Ruff 0.8.0.
|
2024-11-25 14:25:53 +11:00 |
Anton Hvornum
|
aa80f8cf41
|
Bump to version 3.0.1 (#2920)
|
2024-11-23 11:45:32 +01:00 |
codefiles
|
7eb1f47084
|
Use binary units (#2917)
|
2024-11-23 08:53:32 +01:00 |
Daniel Girtler
|
5c83e230df
|
Fix 2915 - Reinstate partition information in device selection (#2919)
* Fix regresion in device selection - show partition info
* Fix linting
|
2024-11-23 08:52:53 +01:00 |
ots25
|
41600aefa4
|
Add files via upload (#2912)
Update and fix Arabic translation
|
2024-11-23 08:19:36 +11:00 |
renovate[bot]
|
4d1318e71a
|
Update pre-commit hook astral-sh/ruff-pre-commit to v0.8.0 (#2911)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-22 22:15:27 +11:00 |
renovate[bot]
|
4cbf0f49db
|
Update dependency ruff to v0.8.0 (#2910)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-22 22:15:11 +11:00 |
renovate[bot]
|
1579483193
|
Update dependency pydantic to v2.10.1 (#2901)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2024-11-22 22:05:11 +11:00 |
Thierry M
|
b2b3a728a0
|
Update base.po (French) (#2907)
Hello,
Here is the update on the French language.
Best regards,
Roxfr
|
2024-11-22 19:07:11 +11:00 |
codefiles
|
f5447e91c4
|
Increase suggested root partition size (#2905)
|
2024-11-22 07:23:21 +11:00 |
codefiles
|
bda0752eec
|
Change partition flag name Boot -> BOOT (#2903)
|
2024-11-21 12:22:50 +11:00 |
codefiles
|
7fd726f03f
|
Fix log disk states (#2902)
|
2024-11-21 10:50:43 +11:00 |
utuhiro78
|
1464806f18
|
Update Japanese translation (#2900)
|
2024-11-21 09:01:09 +11:00 |
codefiles
|
0eac05cecc
|
Add linux-home partition flag (#2898)
|
2024-11-20 15:32:29 +01:00 |
codefiles
|
611af783aa
|
Fix partition flag value (#2897)
|
2024-11-20 14:49:34 +01:00 |
codefiles
|
83d222cec6
|
Rework partition flag (#2895)
|
2024-11-20 07:55:09 +01:00 |
codefiles
|
3453816b38
|
Fix hostname None (#2893)
|
2024-11-20 16:32:05 +11:00 |
walken
|
f827851560
|
Czech localization update (#2891)
|
2024-11-20 13:04:56 +11:00 |
Hugo Carvalho
|
1e3fb257a2
|
Update portuguese translation (#2886)
|
2024-11-19 23:41:57 +01:00 |
codefiles
|
4f704b8501
|
Refactor partition type GUID (#2890)
|
2024-11-19 23:41:27 +01:00 |
Daniel Girtler
|
20cc124a6d
|
Fix seat-access selection (#2885)
* Fix seat-access selection
* Format import
|
2024-11-19 14:50:16 +01:00 |
BringBack1800s
|
69b443c1ad
|
Update hyprland.py (#2879)
|
2024-11-19 18:49:16 +11:00 |
summoner001
|
68a221ea1b
|
Update hungarian translation (#2884)
Fixing the „custom” word coherence.
Fixing mispelled „zram” -> zRam
|
2024-11-19 18:48:41 +11:00 |
codefiles
|
f19f35897b
|
Add _get_key_file() (#2882)
|
2024-11-19 18:37:24 +11:00 |
codefiles
|
594ca3504f
|
Fix btrfs skip mount options (#2881)
|
2024-11-19 18:36:31 +11:00 |
Odyssey
|
f034c3693c
|
Update Catalan translation (#2883)
|
2024-11-19 18:31:11 +11:00 |
correctmost
|
f3f7700945
|
Remove unused Any instances from TYPE_CHECKING blocks (#2878)
This will make it easier to start removing more Any instances from
the codebase.
|
2024-11-19 18:30:41 +11:00 |
correctmost
|
3255744278
|
Sort and format remaining imports (#2877)
This commit also enables isort rules in the Ruff config.
|
2024-11-19 11:18:47 +11:00 |
correctmost
|
955b2cfc3e
|
Sort and format imports in lib/disk/ (#2875)
|
2024-11-18 23:29:56 +01:00 |
correctmost
|
b3421c0a82
|
Sort and format imports in scripts/, tui/, and top-level files (#2874)
|
2024-11-19 08:16:38 +11:00 |
correctmost
|
0aa6dcc78e
|
Sort and format imports in examples/ and default_profiles/ (#2873)
|
2024-11-19 07:54:17 +11:00 |
Anton Hvornum
|
d3fa738bdd
|
Changed the invitation link to discord to go from #general to #help channel, as it's not always given how discord works (#2870)
|
2024-11-19 07:51:33 +11:00 |
correctmost
|
7776f82cbc
|
Reduce the max line length from 220 to 160 by wrapping some lines (#2867)
This will make it easier to auto-format import sections.
|
2024-11-19 07:50:53 +11:00 |
utuhiro78
|
89425912b9
|
Update Japanese translation (#2869)
|
2024-11-18 22:01:18 +11:00 |