Skip to content

Commit

Permalink
Merge pull request #260 from NishantTomar/issue/251/default_line_length
Browse files Browse the repository at this point in the history
Issue/251/default line length
  • Loading branch information
delucchi-cmu authored Aug 30, 2023
2 parents 712ddd4 + 7d54b6e commit 62562be
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,3 +29,11 @@ build-backend = "setuptools.build_meta"

[tool.setuptools_scm]
write_to = "_version.py"

[tool.black]
line-length = 110
target-version = ["py38"]

[tool.isort]
profile = "black"
line_length = 110
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ indent-after-paren=4
indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
max-line-length=110

# Maximum number of lines in a module.
max-module-lines=1000
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -329,7 +329,7 @@ indent-after-paren=4
indent-string=' '

# Maximum number of characters on a single line.
max-line-length=100
max-line-length=110

# Maximum number of lines in a module.
max-module-lines=1000
Expand Down

0 comments on commit 62562be

Please sign in to comment.