Skip to content

Commit

Permalink
Change the name of the local provider feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjarri committed Feb 20, 2024
1 parent cbf661c commit 5bb6012
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lints.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: curl -sSL https://raw.githubusercontent.com/pdm-project/pdm/main/install-pdm.py | python3
- name: Install dependencies
run: |
pdm sync -G lint,compiler,test-rpc-provider
pdm sync -G lint,compiler,local-provider
- name: Run mypy
run: |
pdm run mypy pons
4 changes: 2 additions & 2 deletions pdm.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ homepage = "https://github.com/fjarri/pons"
compiler = [
"py-solc-x>=2",
]
test-rpc-provider = [
local-provider = [
"alysis>=0.1.2",
"starlette",
"hypercorn",
Expand All @@ -39,7 +39,7 @@ tests = [
"mypy-extensions>=1",
# from `compiler` feature
"py-solc-x>=2",
# from `test-rpc-provider` feature
# from `local-provider` feature
"alysis>=0.1.2",
"starlette",
"hypercorn",
Expand Down

0 comments on commit 5bb6012

Please sign in to comment.