renovate[bot]
bf808110f1
chore(deps): update actions/checkout action to v5 ( #3727 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-08-12 11:18:09 +00:00
renovate[bot]
4d37212a9a
chore(deps): pin dependencies ( #3295 )
...
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2025-03-23 10:16:59 +11:00
correctmost
60842bd1cf
Enable bare-except linter rules and fix warnings ( #2988 )
2024-12-01 18:34:51 +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
2408b597be
Enable the E128 flake8 rule for all code except for __init__.py ( #2827 )
...
This commit also fixes a few files that had non-uniform indentation.
2024-11-16 19:34:29 +11:00
correctmost
6102a08c6d
Enable the W504 binary operator rule in flake8 ( #2825 )
2024-11-16 18:57:08 +11:00
correctmost
c682ddf391
Enable the E123 closing bracket rule in flake8 ( #2812 )
2024-11-16 18:23:52 +11:00
correctmost
6ba0e5c441
Fix minor copy/paste errors in GitHub workflow configs ( #2672 )
2024-09-08 08:08:55 +10:00
correctmost
35c8eb3394
Fix unnecessary f-strings and enable flake8 rule ( #2653 )
2024-08-29 03:01:55 +10:00
correctmost
62b4099c8d
Fix whitespace issues detected by flake8 ( #2652 )
...
This commit also removes exclusions that are no longer needed.
2024-08-29 01:40:53 +10:00
Daniel Girtler
aa87fb1db5
Strict mypy - Phase 1 ( #2533 )
...
* Strict mypy for examples/
2024-06-13 21:35:54 +02:00
Brock Vojkovic
4505f6febb
Switch from weekly official to daily official image ( https://github.com/archlinux/archinstall/issues/2443 ) ( #2453 )
2024-04-11 07:33:00 +02:00
Daniel Girtler
bcf1eb3e36
Update
2023-09-05 21:32:30 +10:00
Daniel Girtler
21bf87f234
Fix workflows and checks ( #1872 )
...
* Update translation workflow
* Fix broken checks
---------
Co-authored-by: Daniel Girtler <girtler.daniel@gmail.com>
2023-06-21 09:50:28 +02:00
Sven Serlier
01d44c5a3a
Update actions ( #1362 )
...
* 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-09-02 12:30:47 +02:00
Anton Hvornum
e32cf71ae7
Added type annotations to all functions ( #845 )
...
* 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
2022-01-06 22:01:15 +01:00