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.
Completed
Push — master ( 676ee8...8fa80d )
by dup
02:20 queued 40s
created

Checkout Config

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

filter:
    excluded_paths:
        - '*/test/*'

build:
    dependencies:
        before:
            - pip install feedparser
            - pip install PyYAML
            - pip install coverage
    tests:
        override:
            -
                command: 'bash ./coverage.bash coverage'
                coverage:
                    file: '.coverage'
                    format: 'py-cc'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                  - py-scrutinizer-run

Repository Config

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

filter:
    excluded_paths:
        - '*/test/*'
build:
    dependencies:
        before:
            - pip install feedparser
            - pip install PyYAML
            - pip install coverage
    tests:
        override:
            -
                command: 'bash ./coverage.bash coverage'
                coverage:
                    file: '.coverage'
                    format: 'py-cc'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - py-scrutinizer-run