Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Linusp committed Dec 13, 2023
1 parent 3197ec0 commit 477d714
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
line-length = 99
line-length = 100
skip-string-normalization = true
extend-exclude = '''
/(
Expand All @@ -22,6 +22,6 @@ include_trailing_comma = true
force_grid_wrap = 0
use_parentheses = true
ensure_newline_before_comments = true
line_length = 99
line_length = 100
skip = [".ipython"]
remove_redundant_aliases = true

0 comments on commit 477d714

Please sign in to comment.