Skip to content

Commit fec660d

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 1f30316 commit fec660d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/mdformat/_cli.py

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -219,7 +219,10 @@ def resolve_file_paths(path_strings: Iterable[str]) -> list[None | Path]:
219219

220220

221221
def is_excluded(
222-
path: Path | None, patterns: list[str], toml_path: Path | None, excludes_from_cli: bool
222+
path: Path | None,
223+
patterns: list[str],
224+
toml_path: Path | None,
225+
excludes_from_cli: bool,
223226
) -> bool:
224227
if not path:
225228
return False

0 commit comments

Comments
 (0)