spdx / ntia-conformance-checker

Check SPDX SBOM for NTIA minimum elements
Apache License 2.0
47 stars 18 forks source link

Fixed spelling #175

Closed thireo closed 4 months ago

thireo commented 4 months ago

Fix of :

https://github.com/spdx/ntia-conformance-checker/issues/174

jspeed-meyers commented 4 months ago

@thireo, first, thank you!

A minor request: can you please use the black formatter to format this PR?

You can find more info here: https://github.com/spdx/ntia-conformance-checker/blob/main/CONTRIBUTING.md. See especially step 6.

thireo commented 4 months ago

I ran black formatter on the file that failed last run and amended my commit with the change.

thireo commented 4 months ago

FYI: I ran Black formatter version 21.10b0, which did not flag the init.py file as wrongly formatted. After updating to version 24.2.0, it reformatted the file correctly.

The __init__.py' on your main branch is also not formatted correctly according to Black version 24.2.0. Which is why my vscode didn't notice it either :)

jspeed-meyers commented 4 months ago

Thank you, @thireo.