summaryrefslogtreecommitdiffstats
path: root/pyproject.toml
blob: 495acd0a4d1a88d725eac5dac4889b3c86b1722b (plain)
1
2
3
4
5
[tool.black]
target_version = ['py36', 'py37', 'py38','py39','py310']
line-length = 120
# extend-exclude: keep excluding files from .gitignore in addition to the ones specified
extend-exclude =  "gitlint-core/gitlint/tests/samples/user_rules/import_exception/invalid_python.py"