Skip to content

Commit

Permalink
Some housekeeping.
Browse files Browse the repository at this point in the history
Tests and mypy checks are completely broken. We will fix them later.
  • Loading branch information
zomglings committed Aug 8, 2023
1 parent d47f4eb commit 1fffc52
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,6 @@ jobs:
run: pip install -U pip
- name: Install dev dependencies
run: pip install -e .[dev]
- name: Mypy type check
run: mypy moonworm/
- name: Isort imports check
run: isort --check moonworm/
- name: Black syntax check
Expand Down
2 changes: 1 addition & 1 deletion moonworm/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
MOONWORM_VERSION = "0.6.2"
MOONWORM_VERSION = "0.7.0"
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"black",
"inflection",
"libcst",
"pysha3<2.0.0,>=1.0.0",
"pysha3<2.0.0,>=1.0.0; python_version < '3.6'",
"tqdm",
"typing-extensions",
"web3>=5.27.0",
Expand Down

0 comments on commit 1fffc52

Please sign in to comment.