Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pre-commit.ci] pre-commit autoupdate #101

Open
wants to merge 2 commits into
base: dev-2.x
Choose a base branch
from

Conversation

@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from ce52158 to ccb2c1b Compare January 10, 2023 03:28
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from fe893eb to 6c67e0b Compare January 24, 2023 04:14
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from e01d166 to 73fb836 Compare February 14, 2023 05:23
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 742f191 to d45c33b Compare February 28, 2023 04:56
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from ce6d4e2 to 3febd61 Compare March 7, 2023 06:03
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from d921157 to 77595f0 Compare March 21, 2023 04:36
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 64e2b8d to 7e26cc0 Compare March 28, 2023 05:05
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 4a2910d to 56b8b7f Compare April 11, 2023 06:10
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d84f02d to 9dfe8d6 Compare April 18, 2023 04:58
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 9cd35cb to 60410ce Compare May 2, 2023 06:55
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from d3e91c1 to bba665a Compare May 16, 2023 06:52
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 3c56196 to c6271a6 Compare May 30, 2023 05:35
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 33320ef to ba5422e Compare June 6, 2023 06:46
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 7d95ed5 to 3f65fd6 Compare June 13, 2023 07:46
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 429ac3a to c9eece3 Compare June 20, 2023 08:31
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from a6359a0 to 0a86311 Compare January 1, 2024 21:09
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from f3e0377 to 6f87b3e Compare January 15, 2024 20:54
@@ -39,17 +39,15 @@
return Currency.get(str(v))


class HashableSum(HashableBase, AmountWithCurrency):
...
class HashableSum(HashableBase, AmountWithCurrency): ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.


class PlainAmount(BaseModel):
value: float
currency: str


class HashablePlainAmount(HashableBase, PlainAmount):
...
class HashablePlainAmount(HashableBase, PlainAmount): ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -18,8 +18,7 @@
self._file_descriptor: Optional[BinaryIO] = None

@abc.abstractmethod
def get_file(self) -> BinaryIO:
...
def get_file(self) -> BinaryIO: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -14,8 +14,7 @@


class RequestServiceProto(Protocol):
async def execute_api_method(self, method: APIMethod[T], **url_kw: Any) -> T:
...
async def execute_api_method(self, method: APIMethod[T], **url_kw: Any) -> T: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -27,8 +26,7 @@
headers: Optional[Any] = None,
params: Optional[Any] = None,
**kwargs: Any,
) -> Dict[str, Any]:
...
) -> Dict[str, Any]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

@abc.abstractmethod
async def contains_similar(self, item: Any) -> bool:
...
async def contains_similar(self, item: Any) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -111,13 +111,11 @@


@overload
def String(optional: Literal[True], **options: Any) -> Field[Optional[str]]:
...
def String(optional: Literal[True], **options: Any) -> Field[Optional[str]]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.


@overload
def String(optional: Literal[False], **options: Any) -> Field[str]:
...
def String(optional: Literal[False], **options: Any) -> Field[str]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -129,13 +127,11 @@


@overload
def Integer(optional: Literal[True]) -> Field[Optional[int]]:
...
def Integer(optional: Literal[True]) -> Field[Optional[int]]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.


@overload
def Integer(optional: Literal[False]) -> Field[int]:
...
def Integer(optional: Literal[False]) -> Field[int]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 85d3b54 to 476663c Compare March 18, 2024 23:04
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 796fb3b to 14cce8a Compare March 25, 2024 22:43
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 75b8799 to 98c1ca3 Compare April 1, 2024 23:08
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 9fa1f4c to e069ee2 Compare April 15, 2024 23:17
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from d7d1199 to d54605b Compare April 22, 2024 22:35
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from 107998f to 762789f Compare May 6, 2024 23:00
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from caf3359 to 2728c9b Compare May 20, 2024 22:18
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from a91a63e to 6ab93ff Compare May 27, 2024 22:52
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 84dee84 to c750790 Compare June 3, 2024 23:08
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 7487169 to e23b689 Compare June 10, 2024 23:25
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from ea557d3 to c60526c Compare June 24, 2024 23:14
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch 2 times, most recently from d93cc30 to cf63eaa Compare July 8, 2024 22:51
updates:
- [github.com/pre-commit/pre-commit-hooks: v4.4.0 → v4.6.0](pre-commit/pre-commit-hooks@v4.4.0...v4.6.0)
- [github.com/psf/black: 22.12.0 → 24.4.2](psf/black@22.12.0...24.4.2)
- https://github.com/pre-commit/mirrors-isorthttps://github.com/PyCQA/isort
- [github.com/PyCQA/isort: v5.10.1 → 5.13.2](PyCQA/isort@v5.10.1...5.13.2)
- [github.com/floatingpurr/sync_with_poetry: 0.4.0 → 1.1.0](floatingpurr/sync_with_poetry@0.4.0...1.1.0)
- https://github.com/charliermarsh/ruff-pre-commithttps://github.com/astral-sh/ruff-pre-commit
- [github.com/astral-sh/ruff-pre-commit: v0.0.204 → v0.5.2](astral-sh/ruff-pre-commit@v0.0.204...v0.5.2)
@pre-commit-ci pre-commit-ci bot force-pushed the pre-commit-ci-update-config branch from 1d98ee1 to 57c46b9 Compare July 15, 2024 23:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants