Skip to content

Commit

Permalink
Aligning config to the other projects
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnPreston committed Aug 16, 2021
1 parent 53dc2e5 commit d502643
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,17 @@ strip-default-none = false
target-python-version = "3.8"

[tool.black]
skip-string-normalization = true
line-length = 120
line-length = 88

[tool.isort]
profile = "black"
multi_line_output = 3
include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
line_length = 100
known_first_party = "kelvin"


[tool.tbump]
github_url = "https://github.com/compose-x/ecs-files-composer"

Expand Down

0 comments on commit d502643

Please sign in to comment.