Skip to content
This repository was archived by the owner on May 1, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt -r requirements-test.txt
- name: Lint Code Base
uses: super-linter/super-linter@85f7611e0f7b53c8573cca84aa0ed4344f6f6a4d
uses: super-linter/super-linter@4e8a7c2bf106c4c766c816b35ec612638dc9b6b2
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion open_contrib_pr.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env python
""" Automatically open a pull request for repositories that have no CONTRIBUTING.md file """
"""Automatically open a pull request for repositories that have no CONTRIBUTING.md file"""

import json
import os
Expand Down
2 changes: 1 addition & 1 deletion test_open_contrib_pr.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
""" Tests for the open_contrib_pr.py functions. """
"""Tests for the open_contrib_pr.py functions."""

import unittest
from unittest.mock import MagicMock, mock_open, patch
Expand Down
Loading