Skip to content

Commit 9e0b196

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 34f080a commit 9e0b196

4 files changed

Lines changed: 2 additions & 4 deletions

File tree

research/fedora-packages-onboarding/get-maintainers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
from ogr.services.pagure import PagureProject
1515
from specfile import Specfile
1616

17-
1817
bodhi_client = BodhiClient()
1918
RPM_SPECS = Path("./rpm-specs")
2019
checks = []

research/internal-automation/onboard/generate_input.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
from onboard.upstream_finder import UpstreamFinder
22

3-
43
if __name__ == "__main__":
54
with open("downstream_packages") as dpf:
65
downstream_names = dpf.read().splitlines()

research/source-git/fedora-spec-files/generate-data.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/python3
2-
""" Generate %patch, %source and %prep data about most patched Fedora spec files. """
2+
"""Generate %patch, %source and %prep data about most patched Fedora spec files."""
3+
34
import json
45
import pathlib
56
import re

research/specfiles/hosting-sources/process.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55

66
import click
77

8-
98
IGNORED_PROTOCOLS = {
109
"", # None → local files from lookaside cache
1110
"file", # same as previous

0 commit comments

Comments
 (0)