Skip to content
This repository has been archived by the owner on Sep 24, 2024. It is now read-only.

Commit

Permalink
chore: bump ape
Browse files Browse the repository at this point in the history
  • Loading branch information
Schlagonia committed Aug 4, 2024
1 parent 1d5c7fb commit f614558
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,6 @@ jobs:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
with:
python-version: 3.8
python-version: 3.10
- run: pip install -r requirements.txt
- run: black --check --include "(tests|scripts)" .
1 change: 0 additions & 1 deletion .solhint.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"extends": "solhint:recommended",
"plugins": ["prettier", "yearn"],
"rules": {
"compiler-version": ["error", "0.8.18"],
"code-complexity": "warn",
"const-name-snakecase": "warn",
"function-max-lines": "warn",
Expand Down
4 changes: 2 additions & 2 deletions ape-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies:

- name: tokenized-strategy
github: yearn/tokenized-strategy
ref: v3.0.2
ref: v3.0.2-1
contracts_folder: src
exclude:
- test/**/*
Expand All @@ -31,7 +31,7 @@ dependencies:
solidity:
import_remapping:
- "@openzeppelin/contracts=openzeppelin/v4.9.5"
- "@tokenized-strategy=tokenized-strategy/v3.0.2"
- "@tokenized-strategy=tokenized-strategy/v3.0.2-1"
- "@periphery=periphery/master"

ethereum:
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
black==22.3.0
eth-ape>0.7.0
eth-ape>0.8.0

0 comments on commit f614558

Please sign in to comment.