Skip to content

Commit 4856210

Browse files
authored
Bump dependencies (#195)
1 parent 443460c commit 4856210

File tree

4 files changed

+310
-271
lines changed

4 files changed

+310
-271
lines changed

.pre-commit-config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
repos:
22
- repo: https://github.com/astral-sh/ruff-pre-commit
3-
rev: v0.4.9
3+
rev: v0.6.0
44
hooks:
55
- id: ruff
66
args: [--fix]
77
- id: ruff-format
88

99
- repo: https://github.com/pre-commit/mirrors-mypy
10-
rev: v1.10.0
10+
rev: v1.11.1
1111
hooks:
1212
- id: mypy
1313
entry: mypy web3_input_decoder/

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,5 +100,5 @@ If you have lots of inputs in the same contract to decode, consider using [`Inpu
100100

101101
Existing solutions are not satisfying to me, e.g.:
102102

103-
1. [web3py](https://web3py.readthedocs.io/en/stable/contracts.html#web3.contract.Contract.decode_function_input) can only decode function calls and it's necessary to be online to set up a provider first.
104-
2. [ethereum-input-decoder](https://github.com/tintinweb/ethereum-input-decoder) is not actively maintained and it contains several glitches.
103+
1. [web3py](https://web3py.readthedocs.io/en/latest/web3.contract.html#web3.contract.Contract.decode_function_input) can only decode function calls and it's necessary to be online to set up a provider first.
104+
2. [ethereum-input-decoder](https://github.com/tintinweb/ethereum-input-decoder) is not maintained and it contains several glitches.

0 commit comments

Comments
 (0)