mirror of
https://github.com/secynic/ipwhois.git
synced 2025-12-10 00:40:57 -06:00
26 lines
372 B
YAML
26 lines
372 B
YAML
engines:
|
|
duplication:
|
|
enabled: true
|
|
config:
|
|
languages:
|
|
python:
|
|
fixme:
|
|
enabled: true
|
|
pep8:
|
|
enabled: true
|
|
radon:
|
|
enabled: true
|
|
|
|
ratings:
|
|
paths:
|
|
- "ipwhois/*.py"
|
|
- "ipwhois/scripts/*.py"
|
|
|
|
exclude_paths:
|
|
- "ipwhois/data/"
|
|
- "ipwhois/docs/"
|
|
- "ipwhois/examples/"
|
|
- "ipwhois/scripts/docs/"
|
|
- "ipwhois/tests/"
|
|
- "requirements/"
|