Skip to content

Commit

Permalink
Add ccy dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
lsbardel committed Mar 24, 2024
1 parent 9d8c1a1 commit 7ca05ef
Show file tree
Hide file tree
Showing 3 changed files with 1,162 additions and 1,175 deletions.
2 changes: 1 addition & 1 deletion dev/lint
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ fi
echo black
black quantflow quantflow_tests ${BLACK_ARG}
echo ruff
ruff quantflow quantflow_tests ${RUFF_ARG}
ruff check quantflow quantflow_tests ${RUFF_ARG}
echo mypy
mypy quantflow
echo mypy tests
Expand Down

0 comments on commit 7ca05ef

Please sign in to comment.