Skip to content

Commit

Permalink
Remove unneeded formatter deps
Browse files Browse the repository at this point in the history
  • Loading branch information
watarichanno committed Jan 3, 2025
1 parent 2ebfa1a commit c2b17cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,12 @@ python = "^3.11"
toml = "^0.10.2"

[tool.poetry.group.dev.dependencies]
black = "^24.3.0"
coverage = "^6.5.0"
freezegun = "^1.2.2"
pytest = "^7.2.0"
pytest-cov = "^4.0.0"
ruff = "^0.0.285"
pre-commit = "^3.3.3"
isort = "^5.12.0"

[tool.ruff]
select = ["E", "F", "I"]
Expand Down

0 comments on commit c2b17cf

Please sign in to comment.