Commit bcd02d86 authored by Michal Čihař's avatar Michal Čihař

Use pylint on Python 3 for inspections

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent b1985b2a
...@@ -4,7 +4,7 @@ checks: ...@@ -4,7 +4,7 @@ checks:
duplicate_code: true duplicate_code: true
tools: tools:
pylint: pylint:
python_version: '2' python_version: '3'
config_file: 'ci/pylint-scrutinizer.rc' config_file: 'ci/pylint-scrutinizer.rc'
filter: filter:
excluded_paths: excluded_paths:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment