Skip to content

Commit dadcd9b

Browse files
committed
Version to 3.3.0
1 parent 2fc90d1 commit dadcd9b

File tree

1 file changed

+4
-8
lines changed

1 file changed

+4
-8
lines changed

pyproject.toml

Lines changed: 4 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "rigging"
3-
version = "3.2.3"
3+
version = "3.3.0"
44
description = "LLM Interaction Framework"
55
authors = ["Nick Landers <[email protected]>"]
66
license = "MIT"
@@ -67,7 +67,7 @@ pytest-asyncio = "^1.0.0"
6767
types-colorama = "^0.4.15.20240311"
6868
types-requests = "2.32.4.20250611"
6969
beautifulsoup4 = "^4.13.4"
70-
mkdocstrings = {extras = ["python"], version = "^0.29.1"}
70+
mkdocstrings = { extras = ["python"], version = "^0.29.1" }
7171
markdown = "^3.8"
7272
markdownify = "^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"]
131127
ignore = [
132128
"E501", # line too long (we make best effort)
133129
"TRY003", # long messages in exception classes

0 commit comments

Comments
 (0)