mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-07 20:00:20 +00:00
13 lines
457 B
YAML
13 lines
457 B
YAML
extraction:
|
|
python:
|
|
after_prepare:
|
|
- |
|
|
# https://discuss.lgtm.com/t/determination-of-python-requirements/974/4
|
|
sed -i 's/\("pyOpenSSL\)/\# Dependency removed for lgtm (see .lgtm.yml): \1/g' src/allmydata/_auto_deps.py
|
|
|
|
queries:
|
|
# This generates spurious errors for calls by interface because of the
|
|
# zope.interface choice to exclude self from method signatures. So, turn it
|
|
# off.
|
|
- exclude: "py/call/wrong-arguments"
|