Skip to content

Commit 170be6f

Browse files
pre-commit-ci[bot]Dave Berenbaum
and
Dave Berenbaum
authored
[pre-commit.ci] pre-commit autoupdate (#760)
* [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 <[email protected]>
1 parent 35ce2f3 commit 170be6f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.pre-commit-config.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repos:
2929
.*\.ipynb
3030
)$
3131
- repo: https://github.com/astral-sh/ruff-pre-commit
32-
rev: v0.1.8
32+
rev: "v0.2.1"
3333
hooks:
3434
- id: ruff
3535
args: [--fix, --exit-non-zero-on-fix]

src/dvclive/live.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@ def _init_test(self):
325325
)
326326

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

0 commit comments

Comments
 (0)