Skip to content

Commit

Permalink
fix: deprecation notice on Black formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 6, 2022
1 parent a8dd80c commit b1911cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,4 @@ dist
venv
htmlcov
.coverage
*_cache
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[tool.black]
experimental-string-processing = true
preview = true
line-length = 120
skip-string-normalization = true

Expand Down

0 comments on commit b1911cb

Please sign in to comment.