Skip to content

Commit

Permalink
chore(black): replace deprecated experimental_string_processing optio…
Browse files Browse the repository at this point in the history
…n by preview (#5363)
  • Loading branch information
finswimmer authored Mar 25, 2022
1 parent 16495c3 commit e1b8dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ extend_skip = ["setup.py"]

[tool.black]
target-version = ['py37']
experimental_string_processing = true
preview = true
force-exclude = '''
.*/setup\.py$
'''
Expand Down

0 comments on commit e1b8dd9

Please sign in to comment.