Completed
Push — master ( 7d87fd...54a5a8 )
by P.R.
01:33
created

Checkout Config

checks:
    python:
        code_rating: true
        duplicate_code: true
tools:
    pylint:
        python_version: '3'
        config_file: pylintrc
filter:
    excluded_paths:
        - test/*
        - sdoc/antlr/*