https://github.com/aiidateam/aiida_core
Raw File
Tip revision: 9cf20d6244f14b7aa14be89daa178a01f6b0458f authored by Giovanni Pizzi on 23 May 2018, 21:44:45 UTC
Small changes to fix the bugs seen in the tutorial (#1573)
Tip revision: 9cf20d6
.prospector.yaml
ignore-paths:
    - doc
    - examples
    - test
    - utils

pylint:
    max-line-length: 120

pyflakes:
  run: false

mccabe:
  run: false
back to top