Skip to content

Commit

Permalink
studio move-out
Browse files Browse the repository at this point in the history
  • Loading branch information
awb99 committed Jul 2, 2024
1 parent 9408a33 commit a33dc3f
Show file tree
Hide file tree
Showing 738 changed files with 7 additions and 166,738 deletions.
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[clojure.tools.build.api :as b]))

(def lib 'io.github.clojure-quant/quanta)
(def version (format "0.3.%s" (b/git-count-revs nil)))
(def version (format "0.4.%s" (b/git-count-revs nil)))

(defn jar [opts]
(-> opts
Expand Down
38 changes: 6 additions & 32 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -32,40 +32,22 @@
:main-opts ["-m" "cljfmt.main"
"--indents" "cljfmt.edn"
"check"
"./lib/algo/src"
"./lib/calendar/src"
"./lib/db/src"
"./lib/model/src"
"./lib/helper/src"
"./lib/import/src"
"./lib/indicator/src"
"./lib/studio/src"
"./lib/live/src"
"./lib/math/src"
"./lib/quote/src"
"./lib/trade/src"
"./lib/tradingview/src"
"./lib/viz/src"]}
"./lib/trade/src"]}

:cljfmt-fix
{:extra-deps {cljfmt/cljfmt {:mvn/version "0.8.0"}}
:main-opts ["-m" "cljfmt.main"
"--indents" "cljfmt.edn"
"fix"
"./lib/algo/src"
"./lib/calendar/src"
"./lib/db/src"
"./lib/model/src"
"./lib/helper/src"
"./lib/import/src"
"./lib/indicator/src"
"./lib/studio/src"
"./lib/live/src"
"./lib/math/src"
"./lib/quote/src"
"./lib/trade/src"
"./lib/tradingview/src"
"./lib/viz/src"]}
"./lib/trade/src"]}

; https://github.com/clj-kondo/clj-kondo/blob/master/doc/jvm.md
:lint
Expand All @@ -74,20 +56,12 @@
"--config" "cljkondo.edn"
"--fail-level" "error"
"--lint"
"./lib/algo/src"
"./lib/calendar/src"
"./lib/db/src"
"./lib/model/src"
"./lib/helper/src"
"./lib/import/src"
"./lib/indicator/src"
"./lib/studio/src"
"./lib/live/src"
"./lib/math/src"
"./lib/quote/src"
"./lib/trade/src"
;"./lib/tradingview/src"
"./lib/viz/src"]}
"./lib/helper/src"
"./lib/indicator/src"
"./lib/math/src"
"./lib/trade/src"]}

:cloverage
{:extra-paths ["test"]
Expand Down
15 changes: 0 additions & 15 deletions lib/algo/deps.edn

This file was deleted.

40 changes: 0 additions & 40 deletions lib/algo/resources/quanta/notebook/algo_aligned.clj

This file was deleted.

32 changes: 0 additions & 32 deletions lib/algo/resources/quanta/notebook/algo_backtest.clj

This file was deleted.

75 changes: 0 additions & 75 deletions lib/algo/resources/quanta/notebook/algo_chain.clj

This file was deleted.

82 changes: 0 additions & 82 deletions lib/algo/resources/quanta/notebook/algo_dummy.clj

This file was deleted.

66 changes: 0 additions & 66 deletions lib/algo/resources/quanta/notebook/algo_ops.clj

This file was deleted.

Loading

0 comments on commit a33dc3f

Please sign in to comment.