Skip to content

Instantly share code, notes, and snippets.

@Hrissimir
Created January 18, 2024 15:45
Show Gist options
  • Select an option

  • Save Hrissimir/4c07729d3c5d99fd89816c90f7865b0b to your computer and use it in GitHub Desktop.

Select an option

Save Hrissimir/4c07729d3c5d99fd89816c90f7865b0b to your computer and use it in GitHub Desktop.
Sample Black config file
[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