index : archinstall32 | |
Archlinux32 installer | gitolite user |
summaryrefslogtreecommitdiff |
Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-04-11 | Switch from weekly official to daily official image ↵ | Brock Vojkovic | |
(https://github.com/archlinux/archinstall/issues/2443) (#2453) | |||
2023-09-05 | Update | Daniel Girtler | |
2023-06-21 | Fix workflows and checks (#1872) | Daniel Girtler | |
* Update translation workflow * Fix broken checks --------- Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com> | |||
2022-09-02 | Update actions (#1362) | Sven Serlier | |
* Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions/checkout to v3 * Update actions/checkout to v3 * Update actions * Update actions | |||
2022-01-06 | Added type annotations to all functions (#845) | Anton Hvornum | |
* Added type annotations for 1/5 of the files. There's bound to be some issues with type miss-match, will sort that out later. * Added type hints for 4/5 of the code * Added type hints for 4.7/5 of the code * Added type hints for 5/5 of the code base * Split the linters into individual files This should help with more clearly show which runner is breaking since they don't share a single common name any longer. Also moved mypy settings into pyproject.toml * Fixed some of the last flake8 issues * Missing parameter * Fixed invalid lookahead types * __future__ had to be at the top * Fixed last flake8 issues |