File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 6363 steps :
6464 - name : Checkout Code
6565 uses : actions/checkout@v4
66+ with :
67+ # super-linter needs the full git history to get the
68+ # list of files that changed across commits
69+ fetch-depth : 0
6670
6771 - name : Set up Python 3.8
6872 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 11[tool .black ]
2- target-version = [" py36 " ]
2+ target-version = [" py38 " ]
33line-length = 100
44[tool .pylint .messages_control ]
55disable = """
66missing-module-docstring,
77missing-class-docstring,
88missing-function-docstring,
99unnecessary-lambda,
10- bad-continuation,
1110cyclic-import,
1211line-too-long,
1312invalid-name,
Original file line number Diff line number Diff line change @@ -66,6 +66,7 @@ def solc_select() -> None:
6666 elif args .get (SHOW_VERSIONS ) is not None :
6767 versions_installed = installed_versions ()
6868 if versions_installed :
69+ (current_ver , source ) = (None , None )
6970 res = current_version ()
7071 if res :
7172 (current_ver , source ) = res
You can’t perform that action at this time.
0 commit comments