Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
tandemdude committed Apr 4, 2024
1 parent a165d69 commit 7e1d33f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@ name = "lightbulb"

[tool.black]
line-length = 120
target-version = ["py38"]
target-version = ["py310"]
include = ".*py$"

[tool.ruff]
line-length = 120
target-version = "py38"
target-version = "py310"

[tool.ruff.lint]
select = [
Expand Down Expand Up @@ -135,4 +135,4 @@ reportOptionalMemberAccess = "warning"
filterwarnings = [
'ignore:.*"@coroutine" decorator is deprecated.*:DeprecationWarning',
"ignore:.*The loop argument is deprecated.*:DeprecationWarning"
]
]

0 comments on commit 7e1d33f

Please sign in to comment.