Skip to content

Commit 210f90e

Browse files
committed
Make docstrings comply to google-style
1 parent c29ac11 commit 210f90e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

xrlint/cli/engine.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def get_config_for_file(self, file_path: str) -> Config | None:
126126
127127
Returns:
128128
A configuration object or `None` if no item
129-
in the configuration list applies.
129+
in the configuration list applies.
130130
"""
131131
return self.config_list.compute_config(file_path)
132132

xrlint/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -482,8 +482,8 @@ def compute_config(self, file_path: str) -> Config | None:
482482
483483
Returns:
484484
A `Config` object which may be empty, or `None`
485-
if `file_path` is not included by any `files` pattern
486-
or intentionally ignored by global `ignores`.
485+
if `file_path` is not included by any `files` pattern
486+
or intentionally ignored by global `ignores`.
487487
"""
488488

489489
config = None

0 commit comments

Comments
 (0)