Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#215)
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.7.3 → v0.8.4](astral-sh/ruff-pre-commit@v0.7.3...v0.8.4)

* [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>
  • Loading branch information
pre-commit-ci[bot] authored Dec 29, 2024
1 parent dd095e1 commit b764105
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.7.3'
rev: 'v0.8.4'
hooks:
- id: ruff
args: [--fix, --exit-non-zero-on-fix]
Expand Down
2 changes: 1 addition & 1 deletion src/pytest_servers/local.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ class LocalPath(type(pathlib.Path())): # type: ignore[misc]
fs = LocalFileSystem()

@property
def path(self) -> str: # noqa: N804
def path(self) -> str:
return str(self)

0 comments on commit b764105

Please sign in to comment.