Skip to content

Commit

Permalink
[pre-commit.ci] pre-commit autoupdate (#231)
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>
Co-authored-by: Randy Döring <[email protected]>
  • Loading branch information
pre-commit-ci[bot] and radoering authored Sep 19, 2023
1 parent 4670b0c commit 06ae406
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ repos:
- id: debug-statements
- id: check-docstring-first

- repo: https://github.com/psf/black
rev: 23.7.0
- repo: https://github.com/psf/black-pre-commit-mirror
rev: 23.9.1
hooks:
- id: black

- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.0.285
rev: v0.0.290
hooks:
- id: ruff
6 changes: 2 additions & 4 deletions tests/types.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@ def __call__(
installer: Installer | None = None,
executor: Executor | None = None,
environment: Env | None = None,
) -> CommandTester:
...
) -> CommandTester: ...


class ProjectFactory(Protocol):
Expand All @@ -33,5 +32,4 @@ def __call__(
pyproject_content: str | None = None,
poetry_lock_content: str | None = None,
install_deps: bool = True,
) -> Poetry:
...
) -> Poetry: ...

0 comments on commit 06ae406

Please sign in to comment.