allisson/python-simple-rest-client

View on GitHub
pyproject.toml

Summary

Maintainability
Test Coverage
[tool.black]
line-length = 110
target-version = ['py311']

[tool.isort]
profile = 'black'
line_length = 110
force_alphabetical_sort_within_sections = true
sections = ["FUTURE", "STDLIB", "THIRDPARTY", "FIRSTPARTY", "LOCALFOLDER"]
default_section = "THIRDPARTY"