https://github.com/aiidateam/aiida_core
Raw File
Tip revision: a96e54ea8ec38f4c14bc97dd94227182c731e973 authored by Giovanni Pizzi on 13 July 2018, 17:19:34 UTC
Prepare release v1.0.0a2 (#1750)
Tip revision: a96e54e
.prospector.yaml
ignore-paths:
    - doc
    - examples
    - test
    - utils

pylint:
    max-line-length: 120

pyflakes:
  run: false

mccabe:
  run: false
back to top