correctmost
|
16d8b209fc
|
Enable possibly-undefined warnings in mypy (#3340)
This commit also fixes the two remaining possibly-undefined
warnings.
|
2025-04-04 18:50:29 +11:00 |
renovate[bot]
|
bdc260e7e8
|
fix(deps): update dependency ruff to v0.11.3 (#3339)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-04-04 10:15:11 +11:00 |
renovate[bot]
|
34881fb860
|
fix(deps): update dependency pydantic to v2.11.2 (#3338)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-04-04 10:14:34 +11:00 |
Anton Hvornum
|
dc104e6967
|
Bumping version to 3.0.4 (#3319)
|
2025-03-31 09:51:40 +02:00 |
renovate[bot]
|
b4bec7149d
|
fix(deps): update dependency flake8 to v7.2.0 (#3309)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-30 09:53:49 +02:00 |
renovate[bot]
|
c4bea107b0
|
fix(deps): update dependency pydantic to v2.11.1 (#3306)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-29 11:17:15 +11:00 |
renovate[bot]
|
21249ee2c7
|
fix(deps): update dependency pydantic to v2.11.0 (#3304)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-28 11:43:36 +11:00 |
correctmost
|
4711f7abad
|
Fix Pydantic deprecation warnings (#3301)
This commit also enables mypy checks for deprecated calls.
|
2025-03-26 08:14:11 +11:00 |
renovate[bot]
|
54e7a94cf8
|
fix(deps): update dependency ruff to v0.11.2 (#3288)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-22 09:36:14 +11:00 |
renovate[bot]
|
26194d6b47
|
fix(deps): update dependency pylint to v3.3.6 (#3279)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-21 08:30:51 +11:00 |
renovate[bot]
|
4efc461b98
|
fix(deps): update dependency ruff to v0.11.1 (#3281)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-21 08:28:26 +11:00 |
renovate[bot]
|
2ba40dd8e3
|
fix(deps): update dependency pre-commit to v4.2.0 (#3271)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-20 09:24:37 +11:00 |
renovate[bot]
|
ae19299e5f
|
fix(deps): update dependency ruff to v0.11.0 (#3260)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-15 09:36:57 +11:00 |
correctmost
|
4938d79873
|
Fix a blanket type ignore comment (#3258)
This commit allows the ignore-without-code mypy warning to be
enabled. It also allows the pygrep-hooks ruff rules to be enabled.
|
2025-03-14 09:06:36 +11:00 |
correctmost
|
b6983a2d5a
|
Enable additional mypy error codes (#3257)
|
2025-03-14 08:16:27 +11:00 |
renovate[bot]
|
933f2c8cd4
|
fix(deps): update dependency ruff to v0.10.0 (#3256)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-14 08:16:05 +11:00 |
correctmost
|
83c3a76197
|
Enable import checks in __init__.py files with Pylint (#3253)
|
2025-03-13 15:17:45 +11:00 |
correctmost
|
f100e5110d
|
Use __all__ in __init__.py files to fix unused-import warnings (#3252)
This commit allows ruff and flake8 ignores to be removed. It also
allows mypy to be run in strict mode by default.
|
2025-03-13 14:19:05 +11:00 |
correctmost
|
269e6f8e54
|
Enable most flake8-pyi rules in ruff and fix a warning (#3248)
|
2025-03-13 08:27:53 +11:00 |
renovate[bot]
|
c9ebf3c881
|
fix(deps): update dependency pylint to v3.3.5 (#3234)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-09 20:53:21 +11:00 |
renovate[bot]
|
01f1cd314f
|
fix(deps): update dependency ruff to v0.9.10 (#3231)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-08 10:02:29 +11:00 |
renovate[bot]
|
d6ee5a66b2
|
fix(deps): update dependency pytest to v8.3.5 (#3220)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-03 07:33:59 +11:00 |
renovate[bot]
|
4f72c0177b
|
fix(deps): update dependency ruff to v0.9.9 (#3210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-03-02 10:39:37 +11:00 |
correctmost
|
4c2ec5deba
|
Enable --strict-bytes checks in mypy (#3189)
Strict-bytes checks will be enabled by default in mypy 2.0, so this
commit will help prevent violations from being introduced into the
codebase.
|
2025-02-22 14:24:52 +11:00 |
renovate[bot]
|
957fa06ade
|
fix(deps): update dependency ruff to v0.9.7 (#3187)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-21 08:14:20 +11:00 |
Daniel Girtler
|
b57f7f91cf
|
Integrate new arguments data structure (#3167)
* Integrate new args dataclass
* Integrate args
* Update
* Update
* Update
* Update
|
2025-02-20 07:35:59 +11:00 |
renovate[bot]
|
c00f609c1b
|
fix(deps): update dependency flake8 to v7.1.2 (#3178)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-17 17:06:43 +11:00 |
renovate[bot]
|
604884fa07
|
fix(deps): update dependency ruff to v0.9.6 (#3170)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-11 18:24:59 +11:00 |
renovate[bot]
|
9e88cd0cc8
|
fix(deps): update dependency ruff to v0.9.5 (#3162)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-08 11:53:12 +11:00 |
renovate[bot]
|
8c4634c4d6
|
fix(deps): update dependency mypy to v1.15.0 (#3158)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-02-05 17:00:51 +11:00 |
renovate[bot]
|
77059e8819
|
fix(deps): update dependency ruff to v0.9.4 (#3151)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-31 17:08:44 +11:00 |
correctmost
|
7b0efd35f0
|
Remove unneeded mypy override for archinstall.scripts (#3147)
The override is no longer needed after commit fc63d45fe6.
|
2025-01-29 08:14:45 +11:00 |
renovate[bot]
|
4f53961392
|
fix(deps): update dependency pylint to v3.3.4 (#3146)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-29 07:33:20 +11:00 |
renovate[bot]
|
0f6f5dae86
|
fix(deps): update dependency pydantic to v2.10.6 (#3143)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-25 10:04:15 +11:00 |
renovate[bot]
|
59b90d65a1
|
fix(deps): update dependency ruff to v0.9.3 (#3141)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-24 09:58:55 +11:00 |
renovate[bot]
|
2bd4344d43
|
fix(deps): update dependency pre-commit to v4.1.0 (#3131)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-21 12:17:25 +11:00 |
renovate[bot]
|
99fe401979
|
fix(deps): update dependency ruff to v0.9.2 (#3125)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-17 09:28:17 +11:00 |
correctmost
|
c94d0a56d9
|
Enable most flake8-commas rules in ruff and fix warning (#3122)
|
2025-01-15 16:30:13 +11:00 |
correctmost
|
c0a2de4330
|
Enable the set-attr-with-constant ruff rule and fix warnings (#3114)
|
2025-01-12 15:02:06 +11:00 |
correctmost
|
fd77b5d4ce
|
Enable the strip-with-multi-characters ruff rule (#3112)
Commit 4212357c6 fixed the remaining warnings.
|
2025-01-12 12:39:10 +11:00 |
correctmost
|
457e790bd0
|
Enable most flake8-bugbear rules in ruff (#3110)
|
2025-01-12 11:51:06 +11:00 |
correctmost
|
e7f2a8c203
|
Fix some mypy warnings in archinstall/lib/ (#3103)
|
2025-01-11 15:44:43 +11:00 |
renovate[bot]
|
39c7eda352
|
fix(deps): update dependency ruff to v0.9.1 (#3097)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-11 15:37:33 +11:00 |
renovate[bot]
|
ad015033b8
|
fix(deps): update dependency ruff to v0.9.0 (#3095)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-10 08:21:18 +11:00 |
renovate[bot]
|
2778ca60f6
|
fix(deps): update dependency pydantic to v2.10.5 (#3092)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-10 08:19:21 +11:00 |
correctmost
|
10a12dc855
|
Fix mutable-class-default ruff warnings (#3087)
|
2025-01-08 10:23:07 +11:00 |
renovate[bot]
|
34ef6527ce
|
fix(deps): update dependency pylint-pydantic to v0.3.5 (#3086)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-08 07:52:24 +11:00 |
correctmost
|
25b7bbb0ed
|
Add if-key-in-dict-del ruff rule to ignore list (#3082)
The rule is concerned with code style rather than correctness or
performance.
|
2025-01-08 07:41:25 +11:00 |
renovate[bot]
|
984fa6af46
|
fix(deps): update dependency ruff to v0.8.6 (#3074)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-08 07:34:31 +11:00 |
renovate[bot]
|
f1f08c811b
|
fix(deps): update dependency ruff to v0.8.5 (#3064)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
|
2025-01-03 15:52:58 +11:00 |