Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Oct 12, 2024
1 parent 1f30316 commit fec660d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/mdformat/_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,10 @@ def resolve_file_paths(path_strings: Iterable[str]) -> list[None | Path]:


def is_excluded(
path: Path | None, patterns: list[str], toml_path: Path | None, excludes_from_cli: bool
path: Path | None,
patterns: list[str],
toml_path: Path | None,
excludes_from_cli: bool,
) -> bool:
if not path:
return False
Expand Down

0 comments on commit fec660d

Please sign in to comment.