Skip to content

Commit

Permalink
mypy...
Browse files Browse the repository at this point in the history
  • Loading branch information
FabienLelaquais committed Sep 20, 2024
1 parent ce211ef commit 348c002
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/partial-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

- uses: jpetrucciani/mypy-check@master
with:
mypy_flags: "--ignore-missing-imports --implicit-optional --no-namespace-packages --exclude (taipy/templates/|generate_pyi.py|tools) --follow-imports skip --disable-error-code import-untyped"
mypy_flags: "--ignore-missing-imports --implicit-optional --no-namespace-packages --exclude (taipy/templates/|tools/|doc/gui/examples/*/*/builder.py) --follow-imports skip --disable-error-code import-untyped"

- uses: chartboost/ruff-action@v1
tests:
Expand Down
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ repos:
- --ignore-missing-imports
- --implicit-optional
- --no-namespace-packages
- --exclude=(taipy/templates/|generate_pyi.py|tools)
- --exclude=(taipy/templates/|tools/|doc/gui/examples/*/*/builder.py)
- --follow-imports=skip
- repo: https://github.com/Lucas-C/pre-commit-hooks
rev: v1.5.5
Expand Down

0 comments on commit 348c002

Please sign in to comment.