Skip to content

Commit

Permalink
update uv
Browse files Browse the repository at this point in the history
  • Loading branch information
roniahmadi committed Sep 26, 2024
1 parent 3de681e commit bb70a7d
Showing 1 changed file with 3 additions and 11 deletions.
14 changes: 3 additions & 11 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies = [
"pip>=24.2",
"python-dotenv>=1.0.1",
"redis>=5.0.8",
"stellar-sdk>=11.0.0",
"stellar-sdk>=11.0.0"
]

[tool.uv]
Expand All @@ -40,26 +40,18 @@ dev-dependencies = [
"django-webpack-loader>=3.1.1",
"flake8>=7.1.1",
"isort>=5.13.2",
"ruff>=0.6.7",
"ruff>=0.6.7"
]

[tool.ruff]
# Maximum allowed line length
exclude = [
"migrations",
"__pycache__",
"manage.py",
"settings.py",
"env",
".env",
".venv",
".venv"
]
line-length = 120
ignore = ["E501"]

[tool.ruff.isort]
multi-line = "vertical" # Similar to multi_line_output = 3 (vertical grid)
include-trailing-comma = true
force-grid-wrap = 0
use-parentheses = true
ensure-newline-before-comments = true

0 comments on commit bb70a7d

Please sign in to comment.