Created
October 20, 2022 13:32
-
-
Save Vadbeg/d33234188896c6eb58d4f710e7d4b3e8 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[tool.black] | |
line-length = 88 | |
target-version = ["py38"] | |
[tool.isort] | |
profile = "black" | |
multi_line_output = 3 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment