We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 82f2f92 commit cffed1dCopy full SHA for cffed1d
src/sp_repo_review/checks/ruff.py
@@ -87,9 +87,9 @@ class RF1xx(Ruff):
87
@classmethod
88
def check(cls: type[RuffMixin], pyproject: dict[str, Any]) -> bool:
89
"""
90
- Must select the {cls.name} `{cls.code}` checks. Recommended:
+ Must select the {self.name} `{self.code}` checks. Recommended:
91
```toml
92
- select = ["{cls.code}"] # {cls.name}
+ select = ["{self.code}"] # {self.name}
93
```
94
95
0 commit comments