https://github.com/aiidateam/aiida_core
Raw File
Tip revision: e6cd1a1dc2ff6a6c969ddff705e9916d554eb04c authored by Leopold Talirz on 16 January 2018, 14:04:22 UTC
Merge pull request #1051 from ltalirz/master
Tip revision: e6cd1a1
.prospector.yaml
ignore-paths:
    - doc
    - examples
    - test
    - utils

pylint:
    max-line-length: 140

pyflakes:
  run: false
back to top