File tree Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Expand file tree Collapse file tree 1 file changed +4
-8
lines changed Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " rigging"
3- version = " 3.2.3 "
3+ version = " 3.3.0 "
44description = " LLM Interaction Framework"
55authors = [
" Nick Landers <[email protected] >" ]
66license = " MIT"
@@ -67,7 +67,7 @@ pytest-asyncio = "^1.0.0"
6767types-colorama = " ^0.4.15.20240311"
6868types-requests = " 2.32.4.20250611"
6969beautifulsoup4 = " ^4.13.4"
70- mkdocstrings = {extras = [" python" ], version = " ^0.29.1" }
70+ mkdocstrings = { extras = [" python" ], version = " ^0.29.1" }
7171markdown = " ^3.8"
7272markdownify = " ^1.1.0"
7373
@@ -102,11 +102,7 @@ ignore_no_config = true
102102# Security
103103
104104[tool .bandit ]
105- exclude_dirs = [
106- " examples/*" ,
107- " .github/*" ,
108- " .hooks/*" ,
109- ]
105+ exclude_dirs = [" examples/*" , " .github/*" , " .hooks/*" ]
110106
111107# Type Checking
112108
@@ -127,7 +123,7 @@ extend-exclude = [
127123]
128124
129125[tool .ruff .lint ]
130- select = [ " ALL" ]
126+ select = [" ALL" ]
131127ignore = [
132128 " E501" , # line too long (we make best effort)
133129 " TRY003" , # long messages in exception classes
You can’t perform that action at this time.
0 commit comments