24 lines
549 B
TOML
24 lines
549 B
TOML
[tool.black]
|
|
line-length = 79
|
|
include = '\.pyi?$'
|
|
exclude = '''
|
|
/(
|
|
\.git
|
|
| \.hg
|
|
| \.mypy_cache
|
|
| \.tox
|
|
| \.venv
|
|
| _build
|
|
| buck-out
|
|
| build
|
|
| dist
|
|
)/
|
|
'''
|
|
|
|
[tool.skjold]
|
|
sources = ["github", "pyup", "gemnasium"] # Sources to check against.
|
|
report_only = true # Report only, always exit with zero.
|
|
cache_dir = '.skylt_cache' # Cache location (default: `~/.skjold/cache`).
|
|
cache_expires = 86400 # Cache max. age.
|
|
verbose = true # Be verbose.
|