Skip to content

Commit

Permalink
ruff formatting black setting
Browse files Browse the repository at this point in the history
  • Loading branch information
wvanhed committed Feb 13, 2024
1 parent 8bcf0c5 commit e70bcdd
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 @@ -33,6 +33,9 @@ python_files = ["tests.py", "test_*.py", "*_tests.py"]
[tool.isort]
profile = "black"

[tool.ruff]
line-length = 95 # same as Black

[tool.ruff.lint]
extend-select = [
"W", # warning
Expand Down

0 comments on commit e70bcdd

Please sign in to comment.