Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 11, 2024
1 parent b66f7fa commit 5b2b43f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion surfactant/infoextractors/js_file.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,13 @@
import re
from typing import Any, Dict, List

import click
import requests
from loguru import logger

import surfactant.plugin
from surfactant.sbomtypes import SBOM, Software
import click


def supports_file(filetype) -> bool:
return filetype == "JAVASCRIPT"
Expand Down
2 changes: 1 addition & 1 deletion surfactant/infoextractors/js_library_patterns.json
Original file line number Diff line number Diff line change
Expand Up @@ -567,4 +567,4 @@
]
},
"dont check": {}
}
}

0 comments on commit 5b2b43f

Please sign in to comment.