Skip to content

Commit

Permalink
chore: Update internal configs
Browse files Browse the repository at this point in the history
  • Loading branch information
liquidz committed Sep 1, 2024
1 parent c1ca718 commit 8327497
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions .clj-kondo/metosin/malli-types-clj/config.edn
Original file line number Diff line number Diff line change
Expand Up @@ -418,8 +418,12 @@
3 {:args [:any :string :map], :ret :any}}},
interrupt!! {:arities {1 {:args [:any], :ret :any},
2 {:args [:any :map], :ret :any}}},
load-file!! {:arities {2 {:args [:any :string], :ret :any},
3 {:args [:any :string :map],
load-file!! {:arities {3 {:args [:any :string :sequential],
:ret :any},
4 {:args [:any
:string
:sequential
:map],
:ret :any}}},
lookup!! {:arities {3 {:args [:any :string :string],
:ret :any}}},
Expand Down
2 changes: 1 addition & 1 deletion dev/analysis.edn

Large diffs are not rendered by default.

0 comments on commit 8327497

Please sign in to comment.