Skip to content

Commit

Permalink
Upgrade dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jkawamoto committed Apr 9, 2024
1 parent 8c607f6 commit 7371f94
Show file tree
Hide file tree
Showing 4 changed files with 539 additions and 535 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: check-merge-conflict
- id: check-yaml
Expand Down
5 changes: 2 additions & 3 deletions fraudar/graph.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# graph.py
#
# Copyright (c) 2016-2023 Junpei Kawamoto
# Copyright (c) 2016-2024 Junpei Kawamoto
#
# This file is part of rgmining-fraudar.
#
Expand Down Expand Up @@ -115,8 +115,7 @@ def summary(self) -> float:


class _Writable(Protocol):
def write(self, s: str, /) -> int:
...
def write(self, s: str, /) -> int: ...


class ReviewGraph:
Expand Down
Loading

0 comments on commit 7371f94

Please sign in to comment.