-
Dan Michael O. Heggø authored
`redefined-builtin` and `too-many-arguments` are small smells, and fixing them would break backward compat. Also letting pylint know that we need the imports in __init__.py
Dan Michael O. Heggø authored`redefined-builtin` and `too-many-arguments` are small smells, and fixing them would break backward compat. Also letting pylint know that we need the imports in __init__.py
.landscape.yaml 95 B
python-targets:
- 2
- 3
pylint:
disable:
- redefined-builtin
- too-many-arguments