cabal init -i should sanitize suggested package name (fix #8404) (#8561)
[cabal.git] / doc / pyproject.toml
bloba83dbeca4ba771e04acb4e9f2036f8ac31063019
1 # https://pythonawesome.com/security-audit-python-project-dependencies-against-security-advisory-databases/
2 [tool.skjold]
3 sources       = ['github', 'gemnasium', 'pyup']
4 report_only   = false
5          # ALT: true      # Report only, always exit with zero.
6 report_format = 'cli'
7          # ALT: 'json'    # Output findings as `json`. Default is 'cli'.
8 verbose       = true
9 cache_dir     = '.skjold_cache'
10 cache_expires = 43200     # Cache max. age. (43200 = 12hrs)
11 ignore_file   = '.skjoldignore'