Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
[tool.black]
line-length = 99
target-version = ['py37', 'py38', 'py39', 'py310', 'py311']
[tool.isort] # black config
profile = "black"
line_length = 99