Skip to content

Commit

Permalink
chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.0…
Browse files Browse the repository at this point in the history
….292 (#69)

* chore(deps): update pre-commit hook astral-sh/ruff-pre-commit to v0.0.292

* chore: fix lint issues

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Konstantinos Smanis <[email protected]>
  • Loading branch information
renovate[bot] and KSmanis authored Oct 8, 2023
1 parent 08a044a commit 729a2d0
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 @@ -61,7 +61,7 @@ repos:
- id: poetry-lock
args: ["--no-update"]
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.291
rev: v0.0.292
hooks:
- id: ruff
args: ["--fix", "--exit-non-zero-on-fix"]
Expand Down
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ def git_superproject_factory( # type: ignore[no-any-unimported]
git_identity: pygit2.Signature,
git_repo_factory: Callable[[Path], pygit2.Repository],
) -> Callable[[Path], pygit2.Repository]:
def git_superproject(path: Path) -> pygit2.Repository: # type: ignore[no-any-unimported] # noqa: E501
def git_superproject(path: Path) -> pygit2.Repository: # type: ignore[no-any-unimported]
superproject = git_repo_factory(path / "superproject")
submodule = git_repo_factory(path / "submodule")

Expand Down

0 comments on commit 729a2d0

Please sign in to comment.