Skip to content

Commit b396f5d

Browse files
committed
Linting.
1 parent fb62693 commit b396f5d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

repo_helper/configuration/python_versions_.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,10 @@ class third_party_version_matrix(ConfigVar): # noqa
124124
category: str = "python versions"
125125

126126
@classmethod
127-
def validate(cls, raw_config_vars: Optional[Dict[str, Any]] = None) -> Dict[str, List[str]]:
127+
def validate( # noqa: D102
128+
cls,
129+
raw_config_vars: Optional[Dict[str, Any]] = None,
130+
) -> Dict[str, List[str]]:
128131

129132
matrix = (raw_config_vars or {}).get(cls.__name__, {})
130133

0 commit comments

Comments
 (0)