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 #311

Merged
merged 2 commits into from
Jan 30, 2024

Conversation

pre-commit-ci[bot]
Copy link
Contributor

@pre-commit-ci pre-commit-ci bot commented Jan 29, 2024

updates:
- [github.com/psf/black: 23.12.1 → 24.1.1](psf/black@23.12.1...24.1.1)
@@ -8,8 +8,6 @@
@runtime_checkable
class SizedIndexable(Iterable[T], Protocol[T]):
@overload
def __getitem__(self, key: slice) -> SizedIndexable[T]:
...
def __getitem__(self, key: slice) -> SizedIndexable[T]: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

def __len__(self) -> int:
...
def __len__(self) -> int: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@@ -33,14 +34,12 @@


class Comparable(Protocol):
def __lt__(self, other: Any) -> bool:
...
def __lt__(self, other: Any) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.

def __le__(self, other: Any) -> bool:
"""Hanya untuk suppress LGTM alert."""

def __gt__(self, other: Any) -> bool:
...
def __gt__(self, other: Any) -> bool: ...

Check notice

Code scanning / CodeQL

Statement has no effect Note

This statement has no effect.
@kayabaakihiko13 kayabaakihiko13 merged commit 5974c07 into main Jan 30, 2024
7 of 14 checks passed
@kayabaakihiko13 kayabaakihiko13 deleted the pre-commit-ci-update-config branch January 30, 2024 08:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant