Skip to content

Commit

Permalink
chore: убраны лишние зависимости
Browse files Browse the repository at this point in the history
  • Loading branch information
Maze21127 committed Jan 3, 2024
1 parent 69bd1a0 commit cb6594a
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,33 +9,18 @@ readme = "README.md"
python = "^3.12"
pydantic = "^2.5.3"
pydantic-settings = "^2.1.0"
aiogram = "^3.2.0"
loguru = "^0.7.2"

[tool.poetry.group.DEV.dependencies]
commitizen = "^3.13.0"
python-semantic-release = "^8.7.0"
ruff = "^0.1.9"
copier = "^9.1.0"
pre-commit = "^3.6.0"

[tool.pytest.ini_options]
asyncio_mode = "auto"
pythonpath = [".", "src"]

[tool.ruff]
line-length = 120
select = ["A", "B", "C", "E", "F", "I", "Q", "ASYNC", "N", "W", "UP", "T20", "PT", "SIM"]
ignore = ["B008"]
exclude = ["migrations/"]

[tool.ruff.per-file-ignores]
"models.py" = ["A003"] # id for models
"schemas.py" = ["A003", "N805"] # id for schemas
"__init__.py" = ["F401"] # unused imports
"mixins.py" = ["N805", "A003"] # cls instead self, id for modles
"exceptions.py" = ["N818"] # exception instead error
"src/db/core.py" = ["E501"] # too long line for annotated

[tool.commitizen]
name = "cz_conventional_commits"
Expand Down

0 comments on commit cb6594a

Please sign in to comment.