Skip to content

Commit

Permalink
feat: add linter deps to the requirements.txt to run locally
Browse files Browse the repository at this point in the history
  • Loading branch information
mexes20 committed Sep 11, 2024
1 parent 544a3b0 commit 53bfffb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ regenerate_tests= "./scripts/data/regenerate_tests.sh"
integration_tests = "scarb build && ./scripts/data/integration_tests.sh"
client= "scarb build && ./scripts/data/client.sh"
test = "scarb cairo-test && scarb run integration_tests"
lint = "pip install -r requirements.txt && flake8 scripts/ && black --check scripts/"

[dependencies]

Expand Down
5 changes: 4 additions & 1 deletion scripts/data/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1,4 @@
requests==2.32.3
requests==2.32.3
black==24.8.0
flake8==7.1.1
flake8-black==0.3.6

0 comments on commit 53bfffb

Please sign in to comment.