Skip to content

Commit

Permalink
Add ruff config section
Browse files Browse the repository at this point in the history
  • Loading branch information
cmutel committed Aug 27, 2024
1 parent 09cb850 commit 38c01ed
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ exclude = [
"docs/conf.py",
]

[tool.ruff]
line-length = 100

[tool.black]
line-length = 100

Expand Down

0 comments on commit 38c01ed

Please sign in to comment.