Skip to content

Commit

Permalink
chore: re-enable type checking
Browse files Browse the repository at this point in the history
Upstream version bump of PySide fixes type syntax errors.
  • Loading branch information
dynobo committed May 24, 2024
1 parent bcf155e commit bd6b60f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd6b60f

Please sign in to comment.