Skip to content

Commit

Permalink
check mypy option explicit --no-implicit-reexport
Browse files Browse the repository at this point in the history
  • Loading branch information
bitranox committed Jan 10, 2024
1 parent 295f9e3 commit dfca49e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
MYPY_DO_TESTS: "True"
# MYPY_OPTIONS: "--follow-imports=normal --ignore-missing-imports --implicit-reexport --install-types --no-warn-unused-ignores
# --non-interactive --strict"
MYPY_OPTIONS: "--follow-imports=normal --ignore-missing-imports --install-types --no-warn-unused-ignores --non-interactive --strict"
MYPY_OPTIONS: "--follow-imports=normal --ignore-missing-imports --no-implicit-reexport --install-types --no-warn-unused-ignores --non-interactive --strict"
MYPYPATH: "./.3rd_party_stubs"

# coverage
Expand Down

0 comments on commit dfca49e

Please sign in to comment.