Skip to content

Commit 97c97b9

Browse files
committed
Remove old linter rule #664
Signed-off-by: Jono Yang <[email protected]>
1 parent 17cf24f commit 97c97b9

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

minecode_pipelines/pipes/debian.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ def collect_packages_from_debian(commits_per_push=PACKAGE_BATCH_SIZE, logger=Non
235235
)
236236

237237
# commit changes
238-
pipes.commit_changes(
238+
federatedcode.commit_changes(
239239
repo=data_repo,
240240
files_to_commit=[purl_file],
241241
purls=current_purls,

pyproject.toml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ ignore = [
115115
"S113", # request-without-timeout
116116
"S202", # tarfile-unsafe-members
117117
"S314", # suspicious-xml-element-tree-usage
118-
"S320", # suspicious-xmle-tree-usage
119118
"S324", # hashlib-insecure-hash-function
120119
"S506", # unsafe-yaml-load
121120
"S602", # subprocess-popen-with-shell-equals-true

0 commit comments

Comments
 (0)