GitHub Access Token became invalid

It seems like the GitHub access token used for retrieving details about this repository from GitHub became invalid. This might prevent certain types of inspections from being run (in particular, everything related to pull requests).
Please ask an admin of your repository to re-new the access token on this website.
Passed
Push — master ( bd971c...b7c267 )
by Yngve
02:41
created

Checkout Config

build:
  environment:
    python: 3.6
  nodes:
    analysis:
      project_setup:
        override:
          - pip install pipenv
          - pipenv install --dev
      tests:
        override:
          -
            command: pylint-run
            use_website_config: true
          - py-scrutinizer-run
    tests:
      project_setup:
        override:
          - pip install pipenv
          - pipenv install --dev
      tests:
        override:
          -
            command: pipenv run nosetests --with-coverage --cover-package=paytext --cover-min-percentage=100
            coverage:
              file: '.coverage'
              format: 'py-cc'
          - cp pyre-check.sh.dist pyre-check.sh && ./pyre-check.sh
build_failure_conditions:
  - 'issues.exists'
  - 'elements.rating(< A).exists'
checks:
  python:
    classes_valid_slots: true
    code_rating: true
    duplicate_code: true

Repository Config

checks:
    python:
        duplicate_code: true
        code_rating: true
        classes_valid_slots: true

build:
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    -
                        command: pylint-run
                        use_website_config: true
                    - py-scrutinizer-run