Skip to content

Commit

Permalink
fix: align line length on ruff
Browse files Browse the repository at this point in the history
Fix #145
  • Loading branch information
12rambau authored Nov 14, 2023
1 parent c2e8910 commit bcb3b1f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package/pyproject.toml.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,9 @@ version_files = [
[tool.pytest.ini_options]
testpaths = "tests"

[tool.black]
line-length = 100

[tool.ruff]
ignore-init-module-imports = true
fix = true
Expand Down

0 comments on commit bcb3b1f

Please sign in to comment.