Skip to content
Snippets Groups Projects
Commit 4ab269795bea authored by Dan Villiom Podlaski Christiansen's avatar Dan Villiom Podlaski Christiansen
Browse files

project: add configuration for black

parent 37e91b54482f
No related branches found
No related tags found
1 merge request!138CI: Add some style checks for code & commits
......@@ -9,3 +9,17 @@
[tool.setuptools_scm]
write_to = "hggit/__version__.py"
version_scheme = "release-branch-semver"
[tool.black]
line-length = 80
exclude = '''
build/
| wheelhouse/
| dist/
| packages/
| \.hg/
| \.mypy_cache/
| \.venv/
| tests/
'''
skip-string-normalization = true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment