Created
January 18, 2024 15:45
-
-
Save Hrissimir/4c07729d3c5d99fd89816c90f7865b0b to your computer and use it in GitHub Desktop.
Sample Black config file
This file contains hidden or 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
| [black] | |
| include = '(\.pyi?|\.ipynb)$' | |
| exclude = '/(\.direnv|\.eggs|\.git|\.hg|\.mypy_cache|\.nox|\.tox|\.venv|venv|\.svn|\.ipynb_checkpoints|_build|buck-out|build|dist|.*__pycache__.*|__pypackages__)/' | |
| line-length = 120 | |
| pyi = true | |
| skip-string-normalization = false | |
| skip-magic-trailing-comma = false |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment