File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11name : build
22on :
33 pull_request :
4- branches : [master]
4+ branches : [master, Fix_mypy_error_in_workflow ]
55 push :
6- branches : [master]
6+ branches : [master, Fix_mypy_error_in_workflow ]
77jobs :
88 build :
99 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : lint_python
22on :
33 pull_request :
4- branches : [master]
4+ branches : [master, Fix_mypy_error_in_workflow ]
55 push :
6- branches : [master]
6+ branches : [master, Fix_mypy_error_in_workflow ]
77jobs :
88 lint_python :
99 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 44name : pre-commit
55on :
66 pull_request :
7- branches : [master]
7+ branches : [master, Fix_mypy_error_in_workflow ]
88 push :
9- branches : [master]
9+ branches : [master, Fix_mypy_error_in_workflow ]
1010jobs :
1111 pre-commit :
1212 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 11name : tox
22on :
33 pull_request :
4- branches : [master]
4+ branches : [master, Fix_mypy_error_in_workflow ]
55 push :
6- branches : [master]
6+ branches : [master, Fix_mypy_error_in_workflow ]
77jobs :
88 tox :
99 strategy :
Original file line number Diff line number Diff line change 1313# Contributors:
1414# Ian Craggs - initial implementation and/or documentation
1515# *******************************************************************
16+ from __future__ import annotations
1617
1718import functools
1819import warnings
@@ -31,7 +32,7 @@ class ReasonCode:
3132
3233 """
3334
34- names = MappingProxyType (
35+ names : MappingProxyType | dict = MappingProxyType (
3536 {
3637 0 : {
3738 "Success" : [
You can’t perform that action at this time.
0 commit comments