File: lychee.toml

package info (click to toggle)
python-pyvista 0.46.4-4
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 176,968 kB
  • sloc: python: 94,346; sh: 216; makefile: 70
file content (12 lines) | stat: -rw-r--r-- 409 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
accept = [
  403, # Skip domains known to return 403 Forbidden to bots
  429, # Network error: Too Many Requests
]
exclude = [
  'file:///home/*',
  'http://861c873f6352:8888/*',
  'https://raw.githubusercontent.com/KhronosGroup/glTF-Sample-Models/master/2.0/',
]
exclude_all_private = true # exclude 'localhost', '127.0.0.1', etc.
exclude_path = ['pyvista/core/utilities/docs.py']
user_agent = 'curl/7.83.1'