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 ( 6e37c8...3547c5 )
by dup
01:02
created

Repository Config

checks:
    python:
        code_rating: true
        duplicate_code: 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'