From bd6b60f237d813e4d94a7ffdea8f947c5084e3b7 Mon Sep 17 00:00:00 2001 From: dynobo Date: Fri, 24 May 2024 16:54:52 +0200 Subject: [PATCH] chore: re-enable type checking Upstream version bump of PySide fixes type syntax errors. --- pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index e10b9e5f..4d5243fc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -100,9 +100,8 @@ charts = [ "pydeps normcap --max-bacon=1 -o=pydeps_internal.png -T=png", ] # Main tasks: -# ONHOLD: Re-add "typing" to check and pre-commit when PySide6 6.7.1 is released -check = ["locales-compile", "fmt-check", "test", "security"] -pre-commit = ["locales-compile", "fmt", "test", "security", "charts"] +check = ["locales-compile", "fmt-check", "typing", "test", "security"] +pre-commit = ["locales-compile", "fmt", "typing", "test", "security", "charts"] locales-compile = "python bundle/l10n.py" locales-update = "python bundle/l10n.py --update-all" create-locale = "python bundle/l10n.py --create-new"