File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 33[ ![ PyPI version] ( https://badge.fury.io/py/stackone-ai.svg )] ( https://badge.fury.io/py/stackone-ai )
44[ ![ GitHub release (latest by date)] ( https://img.shields.io/github/v/release/StackOneHQ/stackone-ai-python )] ( https://github.com/StackOneHQ/stackone-ai-python/releases )
55[ ![ Coverage] ( https://stackonehq.github.io/stackone-ai-python/badges.svg )] ( https://stackonehq.github.io/stackone-ai-python/html/ )
6+ [](https://deepwiki.com/StackOneHQ/stackone-ai-python)
7+
8+ <!-- DeepWiki badge generated by https://deepwiki.ryoppippi.com/ -->
69
710StackOne AI provides a unified interface for accessing various SaaS tools through AI-friendly APIs.
811
Original file line number Diff line number Diff line change 8181 ty = {
8282 enable = true ;
8383 name = "ty" ;
84- entry = "${ pkgs . uv } /bin/uv run ty check" ;
84+ entry = "${ pkgs . ty } /bin/ty check" ;
8585 files = "^stackone_ai/" ;
8686 language = "system" ;
8787 types = [ "python" ] ;
9292 devShells . default = pkgs . mkShell {
9393 buildInputs = with pkgs ; [
9494 uv
95+ ty
9596 just
9697 nixfmt-rfc-style
97- basedpyright
9898
9999 # security
100100 gitleaks
You can’t perform that action at this time.
0 commit comments