Skip to content

Commit

Permalink
chore(pre-commit): #80 add to pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
cmp0xff committed Aug 22, 2024
1 parent 7d8f77e commit 8526655
Show file tree
Hide file tree
Showing 2 changed files with 107 additions and 3 deletions.
105 changes: 104 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ plotly = "^5.23.0"

[tool.poetry.group.dev.dependencies]
commitizen = "*"
pre-commit = "*"


[tool.commitizen]
Expand All @@ -66,7 +67,7 @@ formats = "ipynb,py:percent"


[tool.ruff]
line-length = 120
line-length = 88 # black default


[tool.ruff.lint]
Expand All @@ -79,7 +80,7 @@ known-first-party = ["hamilflow"]


[tool.black]
line-length = 120
line-length = 88 # black default


[tool.mypy]
Expand Down

0 comments on commit 8526655

Please sign in to comment.