Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
huytool157 committed Jan 29, 2024
1 parent 0c7ac58 commit d3aced7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
[build-system]
requires = [ "poetry-core",]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"

[tool.poetry]
name = "retoolrpc"
version = "0.1.2"
description = "Python package for Retool RPC"
authors = [ "tryretool <[email protected]>",]
authors = ["tryretool <[email protected]>"]
license = "MIT"
repository = "https://github.com/tryretool/retoolrpc"
homepage = "https://retool.com"
Expand All @@ -18,7 +18,7 @@ include = "retoolrpc"
preview = true

[tool.ruff]
src = [ "retoolrpc",]
src = ["retoolrpc"]

[tool.poetry.dependencies]
python = "^3.10"
Expand Down

0 comments on commit d3aced7

Please sign in to comment.