Skip to content

Commit

Permalink
chore(pyproject): fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jourdain committed Jan 7, 2025
1 parent cc6023d commit b6e171a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ description = "Internal server side implementation of trame"
authors = [
{name = "Kitware Inc."},
]
target-version = "py37"
dependencies = [
"wslink>=2.2.2,<3",
"more-itertools",
Expand Down Expand Up @@ -68,7 +67,7 @@ testpaths = [
[tool.ruff]
line-length = 88
indent-width = 4

target-version = "py37"

[tool.ruff.lint]
extend-select = [
Expand Down

0 comments on commit b6e171a

Please sign in to comment.