Skip to content

Commit ed5a1f1

Browse files
authored
Merge pull request #245 from github/dependabot/github_actions/dependencies-16c2eb917b
chore(deps): bump super-linter/super-linter from 7.2.1 to 7.3.0 in the dependencies group
2 parents 4a051f9 + 989cddf commit ed5a1f1

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/super-linter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
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 }}

json_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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

33
import json
44

test_json_writer.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Test the write_to_json function in json_writer.py. """
1+
"""Test the write_to_json function in json_writer.py."""
22

33
import json
44
import os

0 commit comments

Comments
 (0)