Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#138)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Aug 17, 2024
1 parent 3307fb1 commit 7fac338
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ repos:
- id: sort-simple-yaml
- id: trailing-whitespace
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: 'v0.5.2'
rev: 'v0.5.7'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/dvc_task/proc/manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ def processes(self) -> Generator[Tuple[str, "ProcessInfo"], None, None]:
except KeyError:
continue

def run_signature( # noqa: PLR0913
def run_signature(
self,
args: Union[str, List[str]],
name: Optional[str] = None,
Expand Down

0 comments on commit 7fac338

Please sign in to comment.