Skip to content
Snippets Groups Projects
Unverified Commit c78b0fac authored by Caleb Maclennan's avatar Caleb Maclennan
Browse files

style: Restyle one case of ruff format differing from black

parent d2fab1e9
Branches SHSTK
No related tags found
No related merge requests found
......@@ -19,14 +19,17 @@ class AbstractRule(object):
class PkgInfoRule(AbstractRule):
"The parent class of rules that process package metadata"
pass
class PkgbuildRule(AbstractRule):
"The parent class of rules that process PKGBUILDs"
pass
class TarballRule(AbstractRule):
"The parent class of rules that process tarballs"
pass
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment