14 lines
332 B
YAML
14 lines
332 B
YAML
---
|
|
python-sites:
|
|
description: |
|
|
Checks specifically for the python site files found in 'python/sites/'
|
|
include:
|
|
- python/sites/
|
|
extensions:
|
|
- .txt
|
|
support-files:
|
|
- 'tools/lint/python-sites/**'
|
|
- 'taskcluster/requirements.in'
|
|
type: external
|
|
payload: python-sites:lint
|