Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
add dataclass fix, gitignore node.json (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-fleming committed Apr 27, 2022
1 parent f31e10d commit 072b05e
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -133,3 +133,6 @@ dmypy.json

# vscode project settings
.vscode/

# nile
*node.json*
2 changes: 1 addition & 1 deletion src/nile/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
from nile.core.init import init as init_command
from nile.core.install import install as install_command
from nile.core.node import node as node_command
from nile.core.plugins import load_plugins
from nile.core.run import run as run_command
from nile.core.test import test as test_command
from nile.core.plugins import load_plugins
from nile.core.version import version as version_command
from nile.utils.debug import debug as debug_command

Expand Down
2 changes: 2 additions & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ extras =
deps =
werkzeug==2.0.0
starknet-devnet
# See https://github.com/starkware-libs/cairo-lang/issues/52
marshmallow-dataclass==8.5.3
commands =
pytest {posargs}

Expand Down

0 comments on commit 072b05e

Please sign in to comment.