Skip to content

Commit 3abef1b

Browse files
committed
Update pyproject.toml formatting
1 parent a9346b3 commit 3abef1b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pyproject.toml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[build-system]
2-
requires = [ "poetry-core",]
2+
requires = ["poetry-core"]
33
build-backend = "poetry.core.masonry.api"
44

55
[tool.poetry]
@@ -39,8 +39,8 @@ typeCheckingMode = "strict"
3939
stubPath = "./.type_stubs"
4040
venvPath = "./.venv"
4141
pythonPlatform = "All"
42-
include = [ "./*",]
43-
exclude = [ "**/node_modules", "**/__pycache__",]
42+
include = ["./*"]
43+
exclude = ["**/node_modules", "**/__pycache__"]
4444
useLibraryCodeForTypes = true
4545
verboseOutput = false
4646
reportMissingTypeStubs = false
@@ -55,7 +55,7 @@ allow_split_before_dict_value = false
5555

5656
[tool.ruff]
5757
line-length = 119
58-
select = [ "PLC", "PLE", "PLR", "PLW", "E", "W", "F", "I", "Q", "C", "B",]
58+
select = ["PLE", "PLR", "PLW", "E", "W", "F", "I", "Q", "C", "B"]
5959

6060
[tool.autoflake]
6161
check = false
@@ -71,7 +71,7 @@ remove-unused-variables = true
7171
python = "^3.8"
7272
poetry = "^1.3.1"
7373
revchatgpt = "^1.0.7"
74-
typer = {extras = ["all"], version = "^0.7.0"}
74+
typer = { extras = ["all"], version = "^0.7.0" }
7575
openai = "^0.26.5"
7676
pydantic = "^1.10.4"
7777

0 commit comments

Comments
 (0)