Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#760)
Browse files Browse the repository at this point in the history
* [pre-commit.ci] pre-commit autoupdate

updates:
- [github.com/astral-sh/ruff-pre-commit: v0.1.8 → v0.2.1](astral-sh/ruff-pre-commit@v0.1.8...v0.2.1)

* [pre-commit.ci] auto fixes from pre-commit.com hooks

for more information, see https://pre-commit.ci

---------

Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
Co-authored-by: Dave Berenbaum <dave@iterative.ai>
  • Loading branch information
pre-commit-ci[bot] and dberenbaum committed Feb 15, 2024
1 parent 35ce2f3 commit 170be6f
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 @@ -29,7 +29,7 @@ repos:
.*\.ipynb
)$
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.1.8
rev: "v0.2.1"
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/dvclive/live.py
Original file line number Diff line number Diff line change
Expand Up @@ -325,7 +325,7 @@ def _init_test(self):
)

@property
def dir(self) -> str: # noqa: A003
def dir(self) -> str:
"""Location of the directory to store outputs."""
return self._dir

Expand Down

0 comments on commit 170be6f

Please sign in to comment.