Skip to content

Commit

Permalink
Set max line length to 120
Browse files Browse the repository at this point in the history
In line with previous practice.
  • Loading branch information
JimMadge committed Jul 20, 2023
1 parent 2531551 commit e7c5f2b
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 @@ -78,9 +78,11 @@ all = [

[tool.black]
target-version = ["py310", "py311"]
line-length = 120
skip-string-normalization = true

[tool.ruff]
line-length = 120
select = [
"A",
"ARG",
Expand Down

0 comments on commit e7c5f2b

Please sign in to comment.