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 Nov 16, 2023
1 parent c00f183 commit 975606d
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions landlab/cmd/landlab.py
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,7 @@ def authors_list(ctx, file):
print(f"{author.name} <{author.email}> ({n_commits})")


def exclude_matches_any(
names: Iterable[str],
exclude: str
):
def exclude_matches_any(names: Iterable[str], exclude: str):
exclude_re = re.compile(exclude)
for name in names:
if exclude_re.search(name):
Expand Down

0 comments on commit 975606d

Please sign in to comment.