[tool.black] line-length = 100 skip-string-normalization = true target-version = ['py38'] exclude = ''' ( ^/\.git/ | ^/build/ | ^/node_modules/ ) '''