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

Commit 21ff200

Browse files
committed
fix: linting
Signed-off-by: jmeridth <jmeridth@gmail.com>
1 parent de41e97 commit 21ff200

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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)