File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2626 python -m pip install --upgrade pip
2727 pip install -r requirements.txt -r requirements-test.txt
2828 - name : Lint Code Base
29- uses : super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d
29+ uses : super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
3030 env :
3131 DEFAULT_BRANCH : main
3232 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1- """ This module contains a function that writes data to a JSON file. """
1+ """This module contains a function that writes data to a JSON file."""
22
33import json
44
Original file line number Diff line number Diff line change 1- """ Test the write_to_json function in json_writer.py. """
1+ """Test the write_to_json function in json_writer.py."""
22
33import json
44import os
You can’t perform that action at this time.
0 commit comments