https://github.com/aiidateam/aiida_core
Raw File
Tip revision: 6830fa2f47ae952f9bda0ee508c7a653fc57d735 authored by Sebastiaan Huber on 02 May 2018, 15:43:37 UTC
Merge pull request #1461 from aiidateam/release_v0.12.0
Tip revision: 6830fa2
.prospector.yaml
ignore-paths:
    - doc
    - examples
    - test
    - utils

pylint:
    max-line-length: 140

pyflakes:
  run: false

mccabe:
  run: false
back to top