Skip to content

Commit

Permalink
Use same spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
pamella committed May 27, 2024
1 parent dafd3f8 commit 1dfd0ae
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -41,13 +41,13 @@ build-backend = "poetry.core.masonry.api"

[tool.ruff]
exclude = [
"env",
"venv",
".pyenv",
".pytest_cache",
"*/__pycache__/*",
"*/migrations/*",
"docs",
"env",
"venv",
".pyenv",
".pytest_cache",
"*/__pycache__/*",
"*/migrations/*",
"docs",
]
line-length = 100
target-version = "py38"
Expand All @@ -59,8 +59,8 @@ line-ending = "auto"

[tool.ruff.lint]
extend-select = [
# isort
"I",
# isort
"I",
]

[tool.ruff.lint.isort.sections]
Expand Down

0 comments on commit 1dfd0ae

Please sign in to comment.