Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.

Commit 77b97f3

Browse files
authored
Merge pull request #183 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 9a6d9e7 + f786708 commit 77b97f3

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
python -m pip install --upgrade pip
2929
pip install -r requirements.txt -r requirements-test.txt
3030
- name: Lint Code Base
31-
uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d
31+
uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
3232
env:
3333
DEFAULT_BRANCH: main
3434
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

open_contrib_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python
2-
""" Automatically open a pull request for repositories that have no CONTRIBUTING.md file """
2+
"""Automatically open a pull request for repositories that have no CONTRIBUTING.md file"""
33

44
import json
55
import os

test_open_contrib_pr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
""" Tests for the open_contrib_pr.py functions. """
1+
"""Tests for the open_contrib_pr.py functions."""
22

33
import unittest
44
from unittest.mock import MagicMock, mock_open, patch

0 commit comments

Comments
 (0)