
Black will cache already formatted files using their file size and modification timestamp. The cache is per-user and will always be used unless Black is used with --diff or with code provided via standard input.
22 lines
328 B
TOML
22 lines
328 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
attrs = ">=17.4.0"
|
|
click = "*"
|
|
setuptools = ">=38.6.0"
|
|
appdirs = "*"
|
|
|
|
[dev-packages]
|
|
pre-commit = "*"
|
|
coverage = "*"
|
|
flake8 = "*"
|
|
flake8-bugbear = "*"
|
|
flake8-mypy = "*"
|
|
mypy = "*"
|
|
recommonmark = "*"
|
|
Sphinx = "*"
|
|
twine = ">=1.11.0rc1"
|