Skip to content

Commit

Permalink
Lint and format update for project.toml
Browse files Browse the repository at this point in the history
This addition includes black and ruff (relative fast linter) to the project.toml file
  • Loading branch information
PhidLarkson authored Jan 29, 2025
1 parent bd4511c commit 30fa24f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ mypy = "^1.12.0"
pre-commit = "^4.0.1"
isort = "^5.13.2"
flake8 = "^7.1.1"
black = "^24.2.0"
ruff = "^0.3.0"


[tool.poetry.group.docs.dependencies]
Expand Down

0 comments on commit 30fa24f

Please sign in to comment.