boromir674/semantic-version-check

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
# BUILD

[build-system]
requires = ["setuptools >= 40.6.0", "wheel"]
build-backend = "setuptools.build_meta"


# TOOLS

[tool.black]
line-length = 95
include = '\.pyi?$'
extend-exclude = '''
# A regex preceeded with ^/ will apply only to files and directories
# in the root of the project.
# ^/foo.py  # exclude a file named foo.py in the root of the project (in addition to the defaults)
'''


[tool.isort]
profile = 'black'