File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 7474
7575 - name : Run tests
7676 run : |
77- if [[ "${matrix.python} " == "python3.3" || "${matrix.python} " == "python3.4" || "${matrix.python}" == "python3.5" ]]; then
77+ if [[ "${{ matrix.python }} " == "python3.3" || "${{ matrix.python }} " == "python3.4" || "${{ matrix.python } }" == "python3.5" ]]; then
7878 # These versions randomise the hash seed, but don't preserve dict order
7979 # This affects how names are assigned. Disable the hash randomisation for
8080 # deterministic results.
Original file line number Diff line number Diff line change @@ -24,7 +24,8 @@ def minify(
2424 remove_asserts : bool = ...,
2525 remove_debug : bool = ...,
2626 remove_explicit_return_none : bool = ...,
27- remove_builtin_exception_brackets : bool = ...
27+ remove_builtin_exception_brackets : bool = ...,
28+ constant_folding : bool = ...
2829) -> Text : ...
2930
3031def unparse (module : ast .Module ) -> Text : ...
You can’t perform that action at this time.
0 commit comments